|
|
|
@ -9,6 +9,7 @@
|
|
|
|
|
#import "OWS104CreateRecipientIdentities.h"
|
|
|
|
|
#import "OWS105AttachmentFilePaths.h"
|
|
|
|
|
#import "OWS107LegacySounds.h"
|
|
|
|
|
#import "OWS108CallLoggingPreference.h"
|
|
|
|
|
#import "OWSDatabaseMigration.h"
|
|
|
|
|
#import <SignalMessaging/SignalMessaging-Swift.h>
|
|
|
|
|
#import <SignalServiceKit/AppContext.h>
|
|
|
|
@ -40,7 +41,8 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
[[OWS104CreateRecipientIdentities alloc] initWithStorageManager:storageManager],
|
|
|
|
|
[[OWS105AttachmentFilePaths alloc] initWithStorageManager:storageManager],
|
|
|
|
|
[[OWS106EnsureProfileComplete alloc] initWithStorageManager:storageManager],
|
|
|
|
|
[[OWS107LegacySounds alloc] initWithStorageManager:storageManager]
|
|
|
|
|
[[OWS107LegacySounds alloc] initWithStorageManager:storageManager],
|
|
|
|
|
[[OWS108CallLoggingPreference alloc] initWithStorageManager:storageManager]
|
|
|
|
|
];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|