2020-02-22 15:38:54 +04:00

10 lines
199 B
Objective-C

#import <LegacyComponents/PSKeyValueStore.h>
@interface PSLMDBKeyValueStore : NSObject <PSKeyValueStore>
+ (instancetype)storeWithPath:(NSString *)path size:(NSUInteger)size;
- (void)close;
@end