Swiftgram/MTProtoKit/MTTcpTransport.h
2018-06-13 17:11:43 +03:00

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