mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
14 lines
388 B
Objective-C
14 lines
388 B
Objective-C
//
|
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
#ifndef Signal_TSStorageHeaders_h
|
|
#define Signal_TSStorageHeaders_h
|
|
#import "OWSIdentityManager.h"
|
|
#import "OWSPrimaryStorage+PreKeyStore.h"
|
|
#import "OWSPrimaryStorage+SessionStore.h"
|
|
#import "OWSPrimaryStorage+SignedPreKeyStore.h"
|
|
#import "OWSPrimaryStorage+keyFromIntLong.h"
|
|
#import "OWSPrimaryStorage.h"
|
|
|
|
#endif
|