-
Notifications
You must be signed in to change notification settings - Fork 0
/
AKFConfirmationCodeViewController.h
72 lines (64 loc) · 2.56 KB
/
AKFConfirmationCodeViewController.h
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
59
60
61
62
63
64
65
66
67
68
69
70
71
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "AKFContentViewController.h"
#import "AKFTextFieldDelegate-Protocol.h"
#import "UITextFieldDelegate-Protocol.h"
@class AKFPhoneNumber, NSArray, NSAttributedString, NSString, NSURL, UIButton, UITextView;
@protocol AKFConfirmationCodeViewControllerDelegate;
@interface AKFConfirmationCodeViewController : AKFContentViewController <AKFTextFieldDelegate, UITextFieldDelegate>
{
NSAttributedString *_agreementText;
UITextView *_agreementView;
unsigned long long _buttonType;
NSArray *_confirmationCodeViews;
UIButton *_sendNewCodeButton;
_Bool _textUpdated;
_Bool _retry;
id <AKFConfirmationCodeViewControllerDelegate> _delegate;
NSURL *_privacyPolicyURL;
NSURL *_termsOfServiceURL;
AKFPhoneNumber *_phoneNumber;
}
@property(copy, nonatomic) AKFPhoneNumber *phoneNumber; // @synthesize phoneNumber=_phoneNumber;
@property(copy, nonatomic) NSURL *termsOfServiceURL; // @synthesize termsOfServiceURL=_termsOfServiceURL;
@property(nonatomic, getter=isRetrying) _Bool retry; // @synthesize retry=_retry;
@property(copy, nonatomic) NSURL *privacyPolicyURL; // @synthesize privacyPolicyURL=_privacyPolicyURL;
@property(nonatomic) __weak id <AKFConfirmationCodeViewControllerDelegate> delegate; // @synthesize delegate=_delegate;
- (void).cxx_destruct;
- (void)_resetConfirmationCodeViews;
- (void)_updateTitle;
- (void)_updateStrings;
- (void)_updateNextButton;
- (void)_retry:(id)arg1;
- (id)_nextConfirmationCodeViewForTextField:(id)arg1 options:(unsigned long long)arg2;
- (double)_nextButtonSeparator;
- (double)_defaultBodyViewHeight;
- (id)_confirmationCodeViewForTextField:(id)arg1;
- (id)_confirmationCodeView;
- (id)_cleanDigitsString:(id)arg1;
- (void)_adjustInsetsForAgreementView:(id)arg1;
- (_Bool)textFieldShouldReturn:(id)arg1;
- (_Bool)textField:(id)arg1 shouldChangeCharactersInRange:(struct _NSRange)arg2 replacementString:(id)arg3;
- (_Bool)textFieldShouldDelete:(id)arg1;
- (void)_back;
- (id)defaultTextField;
- (void)next:(id)arg1;
- (void)applyTheme:(id)arg1;
- (void)loadUI;
- (id)defaultBodyView;
- (void)addViewConstraints;
- (void)viewWillAppear:(_Bool)arg1;
- (void)viewDidLoad;
- (unsigned long long)loginFlowState;
- (id)appEventViewName;
- (id)appEventNextButtonType;
- (id)appEventExtras;
// Remaining properties
@property(readonly, copy) NSString *debugDescription;
@property(readonly, copy) NSString *description;
@property(readonly) unsigned long long hash;
@property(readonly) Class superclass;
@end