mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-02 10:50:11 +00:00
14 lines
265 B
Objective-C
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
|