mirror of
https://github.com/danog/Telegram.git
synced 2025-01-22 05:52:06 +01:00
12 lines
257 B
Objective-C
12 lines
257 B
Objective-C
#import "TGCollectionMenuController.h"
|
|
|
|
@class TGTwoStepConfig;
|
|
|
|
@interface TGPasswordEntryController : TGCollectionMenuController
|
|
|
|
@property (nonatomic, copy) void (^completion)(NSString *);
|
|
|
|
- (instancetype)initWithConfig:(TGTwoStepConfig *)config;
|
|
|
|
@end
|