tzy
2021-03-29 8cd7b0fd1c53fc35a9817de31ab5d90f7dc7814b
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