mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-03 19:30:09 +00:00
10 lines
148 B
Objective-C
10 lines
148 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@class MTSignal;
|
|
|
|
@interface MTHttpRequestOperation : NSObject
|
|
|
|
+ (MTSignal *)dataForHttpUrl:(NSURL *)url;
|
|
|
|
@end
|