mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-03 19:30:09 +00:00
11 lines
265 B
Objective-C
11 lines
265 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@class MTContext;
|
|
@class MTSignal;
|
|
|
|
@interface MTDiscoverConnectionSignals : NSObject
|
|
|
|
+ (MTSignal *)discoverSchemeWithContext:(MTContext *)context addressList:(NSArray *)addressList media:(bool)media isProxy:(bool)isProxy;
|
|
|
|
@end
|