mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 11:50:56 +00:00
13 lines
244 B
Objective-C
13 lines
244 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <EncryptionProvider/EncryptionProvider.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface OpenSSLEncryptionProvider : NSObject <EncryptionProvider>
|
|
|
|
@end
|
|
|
|
void debug_linker_fail_test(void);
|
|
|
|
NS_ASSUME_NONNULL_END
|