mac
2023-09-11 cc37cf55c02da9e49eab9859ed72f146dee6f635
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