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(^ | OFDictionaryReplaceBlock) (id key, id object) |
A block for replacing objects in an OFMutableDictionary. | |
typedef id(^ OFDictionaryReplaceBlock) (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 |