ObjFW  Diff

Differences From Artifact [f7af8e9110]:

To Artifact [e2ee7fc213]:


49
50
51
52
53
54
55
56

57
49
50
51
52
53
54
55

56
57







-
+

- reset;
@end

@interface OFDictionary (OFIterator)
/**
 * \return An OFIterator for the OFDictionary
 */
- (OFIterator*)getIterator;
- (OFIterator*)iterator;
@end