-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAKFLoadingViewController.h
45 lines (39 loc) · 1.37 KB
/
AKFLoadingViewController.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
//
// 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 NSString, UIImageView;
@protocol AKFLoadingViewControllerDelegate;
@interface AKFLoadingViewController : AKFContentViewController
{
_Bool _isRotating;
_Bool _isVisible;
UIImageView *_loadedImageView;
UIImageView *_loadingImageView;
_Bool _loading;
NSString *_loadedTitle;
NSString *_loadingTitle;
id <AKFLoadingViewControllerDelegate> _delegate;
}
@property(nonatomic) __weak id <AKFLoadingViewControllerDelegate> delegate; // @synthesize delegate=_delegate;
@property(copy, nonatomic) NSString *loadingTitle; // @synthesize loadingTitle=_loadingTitle;
@property(nonatomic, getter=isLoading) _Bool loading; // @synthesize loading=_loading;
@property(copy, nonatomic) NSString *loadedTitle; // @synthesize loadedTitle=_loadedTitle;
- (void).cxx_destruct;
- (void)_updateTitle;
- (void)_updateImageViews;
- (void)_endRotating;
- (void)_back;
- (void)_beginRotating;
- (void)applyTheme:(id)arg1;
- (id)defaultBodyView;
- (void)addViewConstraints;
- (void)viewDidDisappear:(_Bool)arg1;
- (void)viewWillAppear:(_Bool)arg1;
- (void)viewDidLoad;
- (unsigned long long)loginFlowState;
- (id)appEventViewName;
- (id)initWithAppEventsLogger:(id)arg1 loginType:(unsigned long long)arg2;
@end