summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/PSDetailController.h
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-12-27 01:08:28 -0500
committerCameron Katri <me@cameronkatri.com>2021-12-27 01:08:28 -0500
commit15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93 (patch)
treeb88d424cbcdce6487a2e85dfd380bc4eb7fd682e /QuickActions/QuickActionsPrefs/PSDetailController.h
parent6c781fd0b08f0fe3ccd2d3e0d79c9739c2f288c8 (diff)
downloadtweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.tar.gz
tweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.tar.zst
tweaks-15240ea1e0dc4fc86a3f36cffe5b9c14ff0b2c93.zip
I lost track of all the changes
Diffstat (limited to 'QuickActions/QuickActionsPrefs/PSDetailController.h')
-rw-r--r--QuickActions/QuickActionsPrefs/PSDetailController.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/QuickActions/QuickActionsPrefs/PSDetailController.h b/QuickActions/QuickActionsPrefs/PSDetailController.h
new file mode 100644
index 0000000..571b091
--- /dev/null
+++ b/QuickActions/QuickActionsPrefs/PSDetailController.h
@@ -0,0 +1,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