mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-04 10:30:42 +00:00
10 lines
354 B
Objective-C
10 lines
354 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <MtProtoKit/MTMessageService.h>
|
|
#import <MtProtoKit/MTDatacenterAuthInfo.h>
|
|
|
|
@interface MTBindKeyMessageService : NSObject <MTMessageService>
|
|
|
|
- (instancetype)initWithPersistentKey:(MTDatacenterAuthKey *)persistentKey ephemeralKey:(MTDatacenterAuthKey *)ephemeralKey completion:(void (^)(bool))completion;
|
|
|
|
@end
|