summaryrefslogtreecommitdiffstats
path: root/QuickActions/QuickActionsPrefs/QASRootListController.h
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-08-16 16:09:37 -0400
committerCameron Katri <me@cameronkatri.com>2021-08-16 16:10:54 -0400
commit615b0aefe92fb5d7b1fae821f91eb98e3f403bfe (patch)
treecc157ab8b0684f1b85b6645fe6198ae62dcbbe53 /QuickActions/QuickActionsPrefs/QASRootListController.h
parent4d2aa96bbce1edc066b3bfc197d1e2e968e4aa5d (diff)
downloadtweaks-615b0aefe92fb5d7b1fae821f91eb98e3f403bfe.tar.gz
tweaks-615b0aefe92fb5d7b1fae821f91eb98e3f403bfe.tar.zst
tweaks-615b0aefe92fb5d7b1fae821f91eb98e3f403bfe.zip
QuickActions: Add new tweak
Diffstat (limited to 'QuickActions/QuickActionsPrefs/QASRootListController.h')
-rw-r--r--QuickActions/QuickActionsPrefs/QASRootListController.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/QuickActions/QuickActionsPrefs/QASRootListController.h b/QuickActions/QuickActionsPrefs/QASRootListController.h
new file mode 100644
index 0000000..6b45016
--- /dev/null
+++ b/QuickActions/QuickActionsPrefs/QASRootListController.h
@@ -0,0 +1,4 @@
+#import <Preferences/PSListController.h>
+
+@interface QASRootListController : PSListController
+@end