NSDictionary(KSTDeepMutableCopyingExtensions)
@interface NSDictionary <__covariant KeyType, __covariant ObjectType>(
KSTDeepMutableCopyingExtensions)
Adds support for KSTDeepMutableCopying to NSDictionary.
-
Undocumented
Declaration
Objective-C
- (nonnull NSMutableDictionary<KeyType, ObjectType> *)deepMutableCopy;