FWMutableDictionaryWrapper
@interface FWMutableDictionaryWrapper<__covariant KeyType,
__covariant ValueType>
: FWDictionaryWrapper
Undocumented
-
Undocumented
Declaration
Objective-C
FWWrapperFramework_(FWWrapperCompatible, fw)
-
安全移除指定键名
Declaration
Objective-C
- (void)removeObjectForKey:(nullable KeyType)key;
Parameters
key
键名
-
安全设置对象(过滤NSNull)
Declaration
Objective-C
- (void)setObject:(nullable ObjectType)object forKey:(nullable id<NSCopying>)key;
Parameters
object
键值
key
键名