17 lines
276 B
Objective-C
Executable File
17 lines
276 B
Objective-C
Executable File
//
|
|
// OSSThreadSafeMutableDictionary.h
|
|
// LNMobileProject
|
|
//
|
|
// Created by Reyna on 2021/1/14.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface OSSThreadSafeMutableDictionary<KeyType, ObjectType> : NSMutableDictionary
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|