Loading...
Searching...
No Matches
NCStorageManager.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
4
5
17DEFAULT_EXPORT_ATTRIBUTE
18@interface NCStorageManager : NSObject
19
34- (nonnull NSArray<NSString *> *)getStorageList;
35
51- (nullable NCKeyValueStorage *)getStorage:(nonnull NSString *)name;
52
68- (void)removeStorage:(nonnull NSString *)name;
69
70@end