#import "PSKeyValueStore.h" @interface PSLMDBKeyValueStore : NSObject + (instancetype)storeWithPath:(NSString *)path size:(NSUInteger)size; - (void)close; @end