Files
yinmeng-ios/xplan-ios/Base/Tool/Safe/NSMutableDictionary+Saft.h

17 lines
282 B
C
Raw Normal View History

2022-11-11 15:11:14 +08:00
//
// NSMutableDictionary+Saft.h
// xplan-ios
//
// Created by 冯硕 on 2022/11/11.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSMutableDictionary (Saft)
- (void)safeSetObject:(id)anObject forKey:(id <NSCopying>)aKey;
@end
NS_ASSUME_NONNULL_END