NSMutableDictionary(FunkyNilStoring)

@interface NSMutableDictionary <KeyType, ObjectType>
(FunkyNilStoring) @end

This is a category on NSMutableDictionary to convert the current set into a nil-storing collection.

See

Immutable counterpart NSDictionary(FunkyNilStoring)