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

14 lines
265 B
Objective-C

#if defined(MtProtoKitDynamicFramework)
# import <MTProtoKitDynamic/MTTransport.h>
#elif defined(MtProtoKitMacFramework)
# import <MTProtoKitMac/MTTransport.h>
#else
# import <MTProtoKit/MTTransport.h>
#endif
@interface MTHttpTransport : MTTransport
@end