mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-04 11:50:38 +00:00
14 lines
264 B
Objective-C
14 lines
264 B
Objective-C
|
|
|
|
#if defined(MtProtoKitDynamicFramework)
|
|
# import <MTProtoKitDynamic/MTTransport.h>
|
|
#elif defined(MtProtoKitMacFramework)
|
|
# import <MTProtoKitMac/MTTransport.h>
|
|
#else
|
|
# import <MTProtoKit/MTTransport.h>
|
|
#endif
|
|
|
|
@interface MTTcpTransport : MTTransport
|
|
|
|
@end
|