mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-25 07:27:44 +00:00
git-subtree-dir: submodules/MtProtoKit git-subtree-mainline:3b155750f5git-subtree-split:14ab734b97
12 lines
286 B
Objective-C
12 lines
286 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@class MTSignal;
|
|
@class MTContext;
|
|
@class MTSocksProxySettings;
|
|
|
|
@interface MTConnectionProbing : NSObject
|
|
|
|
+ (MTSignal *)probeProxyWithContext:(MTContext *)context datacenterId:(NSInteger)datacenterId settings:(MTSocksProxySettings *)settings;
|
|
|
|
@end
|