wxr
2022-09-22 f12a70ac4639f6ea5de0b136d86cafd90af06eec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  TYSafeMutableDictionary.h
//  TYLibraryExample
//
//  Created by 冯晓 on 16/8/23.
//  Copyright © 2016年 Tuya. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
//线程安全的类
@interface TYSDKSafeMutableDictionary<KeyType, ObjectType> : NSMutableDictionary
 
@end