luxlabs header browser preview


@class NSString, IDSKVStore;

@interface IMDReplayStorageController : NSObject

@property (retain, nonatomic) IDSKVStore *store;
@property (readonly, retain, nonatomic) NSString *filePath;

- (void)dealloc;
- (id)initWithFilePath:(id)a0;
- (BOOL)storeDictionary:(id)a0 error:(id *)a1;
- (void)deleteReplayDB;
- (id)copyNextBatchWithSize:(unsigned long long)a0 iterationContext:(id *)a1;

@end