mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 09:27:55 +01:00
12 lines
372 B
Objective-C
12 lines
372 B
Objective-C
#import "TLaccount_PasswordInputSettings.h"
|
|
|
|
@interface TLaccount_PasswordInputSettings_manual : TLaccount_PasswordInputSettings
|
|
|
|
@property (nonatomic) int32_t flags;
|
|
@property (nonatomic, strong) NSData *n_newSalt;
|
|
@property (nonatomic, strong) NSData *n_newPasswordHash;
|
|
@property (nonatomic, strong) NSString *hint;
|
|
@property (nonatomic, strong) NSString *email;
|
|
|
|
@end
|