ObjFW  Diff

Differences From Artifact [dfa50c8022]:

To Artifact [10e7ab0031]:


140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
 */
- (id)objectForKey: (OFObject <OFCopying>*)key;

/**
 * \return The number of objects in the dictionary
 */
- (size_t)count;

- setObject: (OFObject*)obj
     forKey: (OFObject <OFCopying>*)key;
- removeObjectForKey: (OFObject*)key;
@end

#import "OFEnumerator.h"
#import "OFMutableDictionary.h"







<
<
<
<




140
141
142
143
144
145
146




147
148
149
150
 */
- (id)objectForKey: (OFObject <OFCopying>*)key;

/**
 * \return The number of objects in the dictionary
 */
- (size_t)count;




@end

#import "OFEnumerator.h"
#import "OFMutableDictionary.h"