summaryrefslogtreecommitdiff
path: root/Hutch/App/AppStorageKeys.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/App/AppStorageKeys.swift')
-rw-r--r--Hutch/App/AppStorageKeys.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/Hutch/App/AppStorageKeys.swift b/Hutch/App/AppStorageKeys.swift
new file mode 100644
index 0000000..5c74de4
--- /dev/null
+++ b/Hutch/App/AppStorageKeys.swift
@@ -0,0 +1,4 @@
+// Shared UserDefaults key constants
+enum AppStorageKeys {
+ static let swipeActionsEnabled = "swipeActionsEnabled"
+}