NSDictionary(FunkyNilStoring)

@interface NSDictionary <__covariant KeyType, __covariant ObjectType>
(FunkyNilStoring) @end

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

See

Mutable counterpart NSMutableDictionary(FunkyNilStoring)