summaryrefslogtreecommitdiff
path: root/Hutch/App/AppStorageKeys.swift
blob: dcf38baeea84793334f7ee55d02ecf26f62ef635 (plain) (blame)
1
2
3
4
5
6
7
8
9
// 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"
}