ObjFW
|
#import "OFDictionary.h"
Go to the source code of this file.
Classes | |
class | OFMutableDictionary |
An abstract class for storing and changing objects in a dictionary. More... | |
Typedefs | |
typedef id OF_NONNULL(^ | of_dictionary_replace_block_t) (id key, id object) |
A block for replacing objects in an OFMutableDictionary. More... | |
typedef id OF_NONNULL(^ of_dictionary_replace_block_t) (id key, id object) |
A block for replacing objects in an OFMutableDictionary.
key | The key of the object to replace |
object | The object to replace |