-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathBuddyCloudConfigInstallationController.h
More file actions
56 lines (49 loc) · 2.39 KB
/
BuddyCloudConfigInstallationController.h
File metadata and controls
56 lines (49 loc) · 2.39 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
/*
* This header is generated by classdump-dyld 0.7
* on Wednesday, July 22, 2015 at 7:10:12 PM Japan Standard Time
* Operating System: Version 8.4 (Build 12H143)
* Image Source: /Applications/Setup.app/Setup
* classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
*/
#import <UIKit/UIViewController.h>
#import <Setup/BuddyController.h>
@protocol BuddyControllerDelegate;
@class UIView, UILabel, NSString;
@interface BuddyCloudConfigInstallationController : UIViewController <BuddyController> {
id<BuddyControllerDelegate> _delegate;
UIView* _containerView;
UILabel* _messageView;
UILabel* _activityLabel;
NSString* _lastErrorDescription;
int _state;
}
@property (assign,nonatomic,__weak) id<BuddyControllerDelegate> delegate; //@synthesize delegate=_delegate - In the implementation block
@property (nonatomic,retain) UIView * containerView; //@synthesize containerView=_containerView - In the implementation block
@property (nonatomic,retain) UILabel * messageView; //@synthesize messageView=_messageView - In the implementation block
@property (nonatomic,retain) UILabel * activityLabel; //@synthesize activityLabel=_activityLabel - In the implementation block
@property (nonatomic,retain) NSString * lastErrorDescription; //@synthesize lastErrorDescription=_lastErrorDescription - In the implementation block
@property (assign,nonatomic) int state; //@synthesize state=_state - In the implementation block
@property (readonly) unsigned hash;
@property (readonly) Class superclass;
@property (copy,readonly) NSString * description;
@property (copy,readonly) NSString * debugDescription;
+(char)controllerNeedsToRun;
-(void)removeFromNavHierarchyOf:(id)arg1 ;
-(void)nextButtonPressed:(id)arg1 ;
-(UILabel *)messageView;
-(void)_setupForState;
-(void)setLastErrorDescription:(NSString *)arg1 ;
-(NSString *)lastErrorDescription;
-(void)setMessageView:(UILabel *)arg1 ;
-(void)setDelegate:(id<BuddyControllerDelegate>)arg1 ;
-(id)init;
-(id<BuddyControllerDelegate>)delegate;
-(UIView *)containerView;
-(int)state;
-(void)setState:(int)arg1 ;
-(void)setContainerView:(UIView *)arg1 ;
-(void)viewDidLayoutSubviews;
-(void)viewWillAppear:(char)arg1 ;
-(void)setActivityLabel:(UILabel *)arg1 ;
-(UILabel *)activityLabel;
@end