summaryrefslogtreecommitdiff
path: root/Hutch/App/AppStorageKeys.swift
blob: c1b39c49fa2fef8db1871fda8e99520b2cdb0d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Shared UserDefaults key constants
enum AppStorageKeys {
    static let swipeActionsEnabled = "swipeActionsEnabled"
    static let contributionGraphsEnabled = "contributionGraphsEnabled"
    static let activeAccountID = "activeAccountID"
    static let wrapRepositoryFileLines = "wrapRepositoryFileLines"
    static let lookupHistory = "lookupHistory"
    static let hutchStatsBaseURL = "hutchStatsBaseURL"
    static let systemStatusSnapshotCache = "systemStatusSnapshotCache"
    static let systemStatusIncidentCache = "systemStatusIncidentCache"
}