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