Loading...
Searching...
No Matches
StorageManagerExample.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2
7@interface StorageManagerExample : NSObject
8
12- (instancetype)init;
13
17- (void)demonstrateStorageManagerMethods;
18
22- (void)demonstrateKeyValueStorageMethods;
23
27- (void)demonstrateMultipleStorages;
28
32- (void)demonstrateStorageAnalytics;
33
37- (void)demonstrateDataMigration;
38
42- (void)demonstrateStorageCleanup;
43
47- (void)runAllDemonstrations;
48
52- (void)cleanup;
53
54@end