summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/QASAppSelectorController.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/QASAppSelectorController.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/QASAppSelectorController.h')
-rw-r--r--QuickActions/QuickActionsPrefs/QASAppSelectorController.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/QuickActions/QuickActionsPrefs/QASAppSelectorController.h b/QuickActions/QuickActionsPrefs/QASAppSelectorController.h
new file mode 100644
index 0000000..13ffe60
--- /dev/null
+++ b/QuickActions/QuickActionsPrefs/QASAppSelectorController.h
@@ -0,0 +1,18 @@
+#import <UIKit/UIKit.h>
+#import "PSDetailController.h"
+
+@interface UIImage (Private)
++(instancetype)_applicationIconImageForBundleIdentifier:(NSString*)bundleIdentifier format:(int)format scale:(CGFloat)scale;
+-(UIImage *)_applicationIconImageForFormat:(int)format precomposed:(BOOL)precomposed scale:(CGFloat)scale;
+@end
+
+@interface QASAppSelectorController : PSDetailController<UITableViewDataSource,
+UITableViewDelegate>
+@property (nonatomic) UITableView *tableView;
+@property (nonatomic) NSMutableArray *enabled;
+@property (nonatomic) NSMutableArray *disabled;
+@property (nonatomic) NSArray *systemAvailable;
+@property (nonatomic) NSMutableArray *systemDisabled;
+@property (nonatomic) NSString *key;
+@property (nonatomic) NSString *defaults;
+@end \ No newline at end of file