mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Fix build breakage.
This commit is contained in:
parent
873c789132
commit
8325c37191
1 changed files with 0 additions and 2 deletions
|
@ -53,9 +53,7 @@ extern NSString *const StorageIsReadyNotification;
|
|||
// TODO: Deprecate?
|
||||
- (nullable YapDatabaseConnection *)newDatabaseConnection;
|
||||
|
||||
#ifdef DEBUG
|
||||
- (BOOL)registerExtension:(YapDatabaseExtension *)extension withName:(NSString *)extensionName;
|
||||
#endif
|
||||
- (void)asyncRegisterExtension:(YapDatabaseExtension *)extension withName:(NSString *)extensionName;
|
||||
- (nullable id)registeredExtension:(NSString *)extensionName;
|
||||
|
||||
|
|
Loading…
Reference in a new issue