-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSBAssistantRootViewController.h
More file actions
32 lines (28 loc) · 1.07 KB
/
SBAssistantRootViewController.h
File metadata and controls
32 lines (28 loc) · 1.07 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
/**
* This header is generated by class-dump-z 0.2a.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import <XXUnknownSuperclass.h> // Unknown library
@class UIViewController, UIView;
__attribute__((visibility("hidden")))
@interface SBAssistantRootViewController : XXUnknownSuperclass {
UIViewController* _assistantViewController;
UIView* _contentView;
UIView* _clippingView;
}
@property(retain, nonatomic) UIViewController* assistantController;
@property(readonly, assign, nonatomic) UIView* contentView;
@property(readonly, assign, nonatomic) UIView* clippingView;
-(void)willAnimateRotationToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(unsigned)supportedInterfaceOrientations;
-(BOOL)shouldAutorotate;
-(BOOL)shouldAutorotateToInterfaceOrientation:(int)interfaceOrientation;
-(BOOL)shouldAutomaticallyForwardRotationMethods;
-(BOOL)shouldAutomaticallyForwardAppearanceMethods;
-(BOOL)wantsFullScreenLayout;
-(void)loadView;
-(void)dealloc;
-(id)initWithNibName:(id)nibName bundle:(id)bundle;
@end