JLChen
2021-03-05 945d82fbeab01d4415884ca6f049aa0e739bef53
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