Clean up ahead of PR.

pull/1/head
Matthew Chen 7 years ago
parent 9815bca825
commit 1163e76dee

@ -6,14 +6,6 @@
NS_ASSUME_NONNULL_BEGIN
@protocol OWSDatabaseConnectionDelegate <NSObject>
- (BOOL)isDatabaseInitialized;
@end
#pragma mark -
@class YapDatabaseExtension;
@interface OWSStorage : NSObject

@ -23,6 +23,14 @@ static NSString *keychainDBPassAccount = @"TSDatabasePass";
#pragma mark -
@protocol OWSDatabaseConnectionDelegate <NSObject>
- (BOOL)isDatabaseInitialized;
@end
#pragma mark -
@interface YapDatabaseConnection ()
- (id)initWithDatabase:(YapDatabase *)database;

Loading…
Cancel
Save