-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathPasscodeViewController.h
More file actions
59 lines (52 loc) · 1.83 KB
/
PasscodeViewController.h
File metadata and controls
59 lines (52 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
* This header is generated by classdump-dyld 0.7
* on Wednesday, July 22, 2015 at 7:09:26 PM Japan Standard Time
* Operating System: Version 8.4 (Build 12H143)
* Image Source: /Applications/CoreAuthUI.app/CoreAuthUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
*/
#import <CoreAuthUI/TransitionViewController.h>
#import <CoreAuthUI/SBUIPasscodeLockViewDelegate.h>
@protocol SBUIPasscodeLockView;
@class UIView, UILabel, UIButton, NSTimer, NSNumberFormatter, NSNumber, NSDate, NSString;
@interface PasscodeViewController : TransitionViewController <SBUIPasscodeLockViewDelegate> {
UIView*<SBUIPasscodeLockView> passcodeLockView;
UIView* _lockoutView;
UILabel* _lockoutTimerLabel;
UILabel* _promptLabel;
UILabel* _deviceLockedLabel;
UIButton* _cancelButton;
NSTimer* _updateTimer;
NSNumberFormatter* _decimalFormatter;
unsigned _failures;
NSNumber* _failureLimit;
NSDate* _blockedUntilDate;
BOOL _isLockoutActive;
BOOL _firstTime;
BOOL _isBlocked;
BOOL _whitePasscodeScreen;
char _passcodeEntered;
}
@property (readonly) unsigned hash;
@property (readonly) Class superclass;
@property (copy,readonly) NSString * description;
@property (copy,readonly) NSString * debugDescription;
-(void)didReceiveAuthenticationData;
-(char)isFullScreenController;
-(void)setupLockScreen;
-(void)adjustColors;
-(void)adjustCancelColor;
-(int)passcodeLockStyle;
-(void)_switchToBackoffScreen:(id)arg1 ;
-(void)_processPasscodeEntryResult:(int)arg1 ;
-(void)_scheduleTimerIfNecessaryAndUpdateSubtitle;
-(id)formattedDecimalStringForNumber:(id)arg1 ;
-(void)dealloc;
-(void)didReceiveMemoryWarning;
-(void)loadView;
-(void)viewWillAppear:(char)arg1 ;
-(void)passcodeLockViewPasscodeDidChange:(id)arg1 ;
-(void)passcodeLockViewPasscodeEntered:(id)arg1 ;
-(void)passcodeLockViewCancelButtonPressed:(id)arg1 ;
-(void)_clearTimer;
@end