-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAKFEmailCheckViewController.h
37 lines (31 loc) · 1.09 KB
/
AKFEmailCheckViewController.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
//
// 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"
@class UIButton, UIImageView, UILabel;
@protocol AKFEmailCheckViewControllerDelegate;
@interface AKFEmailCheckViewController : AKFContentViewController
{
UIImageView *_doneImageView;
UIImageView *_emailImageView;
UIButton *_resendEmailButton;
UILabel *_transitionBackLabel;
_Bool _verifying;
id <AKFEmailCheckViewControllerDelegate> _delegate;
}
@property(nonatomic, getter=isVerifying) _Bool verifying; // @synthesize verifying=_verifying;
@property(nonatomic) __weak id <AKFEmailCheckViewControllerDelegate> delegate; // @synthesize delegate=_delegate;
- (void).cxx_destruct;
- (void)_updateSubviews;
- (void)_didTapResendEmail:(id)arg1;
- (void)applyTheme:(id)arg1;
- (id)defaultFooterView;
- (id)defaultBodyView;
- (void)addViewConstraints;
- (void)viewDidLoad;
- (unsigned long long)loginFlowState;
- (id)appEventViewName;
- (id)initWithAppEventsLogger:(id)arg1 loginType:(unsigned long long)arg2;
@end