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