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