ObjFW  Diff

Differences From Artifact [4adf9b615c]:

To Artifact [29ca8f86ea]:


242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
242
243
244
245
246
247
248





249
250
251
252
253
254
255
256







-
-
-
-
-








 * \param block A block which determines if the object should be in the new
 *		dictionary
 * \return A new, autoreleased OFDictionary
 */
- (OFDictionary*)filteredDictionaryUsingBlock:
    (of_dictionary_filter_block_t)block;
#endif

#if defined(OF_SET_M) || defined(OF_COUNTED_SET_M)
- _initWithDictionary: (OFDictionary*)dictionary
	     copyKeys: (BOOL)copyKeys;
#endif
@end

#import "OFMutableDictionary.h"

#ifndef NSINTEGER_DEFINED
/* Required for dictionary literals to work */
@compatibility_alias NSDictionary OFDictionary;
#endif