ObjFW  Diff

Differences From Artifact [953f39ec52]:

To Artifact [16777a9318]:


38
39
40
41
42
43
44



 *
 * \param block The block to execute for each object in the set
 */
- (void)enumerateObjectsAndCountUsingBlock:
    (of_counted_set_enumeration_block_t)block;
#endif
@end










>
>
>
38
39
40
41
42
43
44
45
46
47
 *
 * \param block The block to execute for each object in the set
 */
- (void)enumerateObjectsAndCountUsingBlock:
    (of_counted_set_enumeration_block_t)block;
#endif
@end

@interface OFCountedSet_placeholder: OFCountedSet
@end