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
33- (nonnull NSArray<NSString *> *)getStorageList;
34
49- (nullable NCKeyValueStorage *)getStorage:(nonnull NSString *)name;
50
65- (void)removeStorage:(nonnull NSString *)name;
66
67@end