wxr
2022-07-29 da40946e8cf2ffb41157f5c388c525ccccaca692
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