// // NSMutableDictionary+AvoidCrash.h // https://github.com/chenfanfang/AvoidCrash // // Created by mac on 16/9/22. // Copyright © 2016年 chenfanfang. All rights reserved. // #import #import "AvoidCrashProtocol.h" @interface NSMutableDictionary (AvoidCrash) @end /** * Can avoid crash method * * 1. - (void)setObject:(id)anObject forKey:(id)aKey * 2. - (void)removeObjectForKey:(id)aKey * */