session-ios/Signal/src/environment/Release.h

17 lines
461 B
Objective-C

#import <Foundation/Foundation.h>
#import "Environment.h"
#import "DH3KKeyAgreementProtocol.h"
#import "EC25KeyAgreementProtocol.h"
@interface Release : NSObject
/// Connects to actual production infrastructure
+(Environment*) releaseEnvironmentWithLogging:(id<Logging>)logging;
/// Fake environment with no logging
+(Environment*) unitTestEnvironment:(NSArray*)testingAndLegacyOptions;
+(DH3KKeyAgreementProtocol*) supportedDH3KKeyAgreementProtocol;
@end