Files
yuyin_ios/SweetParty/第三方库/AvoidCrash/NSMutableDictionary+AvoidCrash.h
2025-08-08 11:05:33 +08:00

25 lines
471 B
Objective-C

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