summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/PSDetailController.h
blob: 571b091ee2f59852e9ba777ad97904eff9bcc98e (plain) (blame)
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
#import <Preferences/PSViewController.h>

@class PSEditingPane;

@interface PSDetailController : PSViewController {

	PSEditingPane* _pane;

}

@property (assign,nonatomic) PSEditingPane * pane; 
-(void)willAnimateRotationToInterfaceOrientation:(long long)arg1 duration:(double)arg2 ;
-(void)willRotateToInterfaceOrientation:(long long)arg1 duration:(double)arg2 ;
-(PSEditingPane *)pane;
-(void)didRotateFromInterfaceOrientation:(long long)arg1 ;
-(void)viewWillDisappear:(BOOL)arg1 ;
-(void)viewDidLayoutSubviews;
-(void)setPane:(PSEditingPane *)arg1 ;
-(CGRect)paneFrame;
-(void)loadPane;
-(void)dealloc;
-(id)title;
-(void)viewDidAppear:(BOOL)arg1 ;
-(void)loadView;
-(void)suspend;
-(void)viewDidUnload;
-(void)viewWillAppear:(BOOL)arg1 ;
-(void)saveChanges;
-(void)statusBarWillAnimateByHeight:(double)arg1 ;
@end