NSMutableDictionary+AMapSafe.h 344 B

12345678910111213141516
  1. //
  2. // NSMutableDictionary+AMapSave.h
  3. // AMapFoundationKit
  4. //
  5. // Created by zhou on 2018/2/23.
  6. // Copyright © 2018年 Amap.com. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSMutableDictionary <KeyType, ObjectType> (AMapSafe)
  10. - (BOOL)amf_setObjectSafe:(ObjectType)anObject forKey:(KeyType <NSCopying>)aKey;
  11. @end