ObjFW  Diff

Differences From Artifact [0b27107191]:

To Artifact [ce902d7cb6]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 */

#import "OFObject.h"

/**
 * \brief A class which provides methods to enumerate through collections.
 */
@interface OFEnumerator: OFObject {}
/**
 * \return The next object
 */
- (id)nextObject;

/**
 * Resets the enumerator, so the next call to nextObject returns the first







|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 */

#import "OFObject.h"

/**
 * \brief A class which provides methods to enumerate through collections.
 */
@interface OFEnumerator: OFObject
/**
 * \return The next object
 */
- (id)nextObject;

/**
 * Resets the enumerator, so the next call to nextObject returns the first