session-ios/SignalUtilitiesKit/Utilities/AppSetup.h

16 lines
436 B
C
Raw Normal View History

2017-12-07 19:53:13 +01:00
//
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
2017-12-07 19:53:13 +01:00
//
NS_ASSUME_NONNULL_BEGIN
// This is _NOT_ a singleton and will be instantiated each time that the SAE is used.
@interface AppSetup : NSObject
2018-09-17 15:27:58 +02:00
+ (void)setupEnvironmentWithAppSpecificSingletonBlock:(dispatch_block_t)appSpecificSingletonBlock
migrationCompletion:(dispatch_block_t)migrationCompletion;
2017-12-07 19:53:13 +01:00
@end
NS_ASSUME_NONNULL_END