NSDictionary(KSTDeepCopyingExtensions)
@interface NSDictionary <__covariant KeyType,
__covariant ObjectType>(KSTDeepCopyingExtensions)
Adds support for KSTDeepCopying to NSDictionary.
-
Undocumented
Declaration
Objective-C
- (nonnull NSDictionary<KeyType, ObjectType> *)deepCopy;