summaryrefslogtreecommitdiff
path: root/Hutch/App/AppStorageKeys.swift
blob: 708b4cea5cc7b1a0e0218a1f3765d3a580c16a28 (plain) (blame)
1
2
3
4
5
// Shared UserDefaults key constants
enum AppStorageKeys {
    static let swipeActionsEnabled = "swipeActionsEnabled"
    static let activeAccountID = "activeAccountID"
}