luxlabs header browser preview


@class SAPersistenceManagerSettings, SAPersistenceStore, NSHashTable;

@interface SAPersistenceManager : NSObject

@property (retain) SAPersistenceManagerSettings *settings;
@property (retain, nonatomic) NSHashTable *observers;
@property (readonly, nonatomic) SAPersistenceStore *store;

- (BOOL)load;
- (BOOL)reset;
- (void)removeObserver:(id)a0;
- (void)_notifyObserversOnWriteToURL:(id)a0 bytes:(unsigned long long)a1;
- (BOOL)save;
- (void).cxx_destruct;
- (BOOL)_createDirectoryIfNotPresent;
- (id)initWithSettings:(id)a0;
- (void)_notifyObserversOnReadFromURL:(id)a0 bytes:(unsigned long long)a1;
- (void)addObserver:(id)a0;
- (void)onUpdatedMonitoringSessionRecord:(id)a0;

@end