ObjFW  Diff

Differences From Artifact [1cb52c7504]:

To Artifact [10d2a861f6]:


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

#import "OFEnumerator.h"

/**
 * \brief A protocol with methods common for all collections.
 */
@protocol OFCollection
#ifdef OF_HAVE_PROPERTIES
@property (readonly) size_t count;
#endif

/**
 * \return The number of objects in the collection
 */







|







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

#import "OFEnumerator.h"

/**
 * \brief A protocol with methods common for all collections.
 */
@protocol OFCollection <OFObject>
#ifdef OF_HAVE_PROPERTIES
@property (readonly) size_t count;
#endif

/**
 * \return The number of objects in the collection
 */