summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/QASAppSelectorController.h
diff options
context:
space:
mode:
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