mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 09:27:55 +01:00
12 lines
238 B
Objective-C
12 lines
238 B
Objective-C
#import "TGViewController.h"
|
|
|
|
#import <SSignalKit/SSignalKit.h>
|
|
|
|
@interface TGPasswordSetupController : TGViewController
|
|
|
|
@property (nonatomic, copy) void (^completion)(NSString *);
|
|
|
|
- (instancetype)initWithSetupNew:(bool)setupNew;
|
|
|
|
@end
|