Merge branch 'swarms' of github.com:loki-project/loki-messenger-ios into swarms

pull/17/head
Niels Andriesse 6 years ago
commit 35bdf69053

@ -1,9 +1,8 @@
#import "OWSPrimaryStorage.h" #import "OWSPrimaryStorage.h"
#import <AxolotlKit/PreKeyRecord.h>
#import <AxolotlKit/PreKeyBundle.h>
#import <YapDatabase/YapDatabase.h> #import <YapDatabase/YapDatabase.h>
@class PreKeyRecord;
@class PreKeyBundle;
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
@interface OWSPrimaryStorage (Loki) @interface OWSPrimaryStorage (Loki)

@ -5,8 +5,6 @@
#import "OWSDevice.h" #import "OWSDevice.h"
#import "OWSIdentityManager.h" #import "OWSIdentityManager.h"
#import "NSDate+OWS.h" #import "NSDate+OWS.h"
#import "PreKeyRecord.h"
#import "PreKeyBundle.h"
#import "TSAccountManager.h" #import "TSAccountManager.h"
#import "TSPreKeyManager.h" #import "TSPreKeyManager.h"
#import "YapDatabaseConnection+OWS.h" #import "YapDatabaseConnection+OWS.h"

Loading…
Cancel
Save