17 #import "OFDictionary.h"
19 OF_ASSUME_NONNULL_BEGIN
29 - initWithCapacity: (
size_t)capacity;
A class which provides methods to enumerate through an OFMapTable's keys or values.
Definition: OFMapTable.h:241
A class similar to OFDictionary, but providing more options how keys and values should be retained...
Definition: OFMapTable.h:71
An abstract class for storing objects in a dictionary.
Definition: OFDictionary.h:61