mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-13 17:44:07 +03:00
10 lines
160 B
Swift
10 lines
160 B
Swift
// Copyright © 2021 Encrypted Ink. All rights reserved.
|
|
|
|
import Foundation
|
|
|
|
struct Defaults {
|
|
|
|
private static let userDefaults = UserDefaults.standard
|
|
|
|
}
|