图片调整,暗黑模式屏蔽,加入防闪退代码
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// NSMutableDictionary+AvoidCrash.h
|
||||
// AvoidCrash
|
||||
//
|
||||
// Created by mac on 16/9/22.
|
||||
// Copyright © 2016年 chenfanfang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface NSMutableDictionary (AvoidCrash)
|
||||
|
||||
+ (void)avoidCrashExchangeMethod;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
/**
|
||||
* Can avoid crash method
|
||||
*
|
||||
* 1. - (void)setObject:(id)anObject forKey:(id<NSCopying>)aKey
|
||||
* 2. - (void)removeObjectForKey:(id)aKey
|
||||
*
|
||||
*/
|
||||
Reference in New Issue
Block a user