mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 08:36:07 +02:00
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
|