mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-17 09:51:20 +00:00
no message
This commit is contained in:
@@ -33,7 +33,7 @@ typedef enum {
|
||||
@property (nonatomic, copy) void (^updateAttemptData)(TGPasscodeEntryAttemptData *);
|
||||
@property (nonatomic) bool allowTouchId;
|
||||
|
||||
- (instancetype)initWithStyle:(TGPasscodeEntryControllerStyle)style mode:(TGPasscodeEntryControllerMode)mode cancelEnabled:(bool)cancelEnabled allowTouchId:(bool)allowTouchId attemptData:(TGPasscodeEntryAttemptData *)attemptData completion:(void (^)(NSString *))completion;
|
||||
- (instancetype)initWithContext:(id<LegacyComponentsContext>)context style:(TGPasscodeEntryControllerStyle)style mode:(TGPasscodeEntryControllerMode)mode cancelEnabled:(bool)cancelEnabled allowTouchId:(bool)allowTouchId attemptData:(TGPasscodeEntryAttemptData *)attemptData completion:(void (^)(NSString *))completion;
|
||||
- (void)resetMode:(TGPasscodeEntryControllerMode)mode;
|
||||
- (void)refreshTouchId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user