This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct Defaults { | |
static let (nameKey, addressKey) = ("name", "address") | |
static let userSessionKey = "com.save.usersession" | |
private static let userDefault = UserDefaults.standard | |
/** | |
- Description - It's using for the passing and fetching | |
user values from the UserDefaults. | |
*/ |
NewerOlder