mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-14 23:39:26 +00:00
10 lines
145 B
Objective-C
10 lines
145 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@class SSignal;
|
|
|
|
@interface TGPassportICloud : NSObject
|
|
|
|
+ (SSignal *)fetchICloudFileWith:(NSURL *)url;
|
|
|
|
@end
|