UserSettings
class UserSettings
Undocumented
-
Undocumented
Declaration
Swift
static let shared: UserSettings
-
Undocumented
Declaration
Swift
private init()
-
Undocumented
Declaration
Swift
public var expirationDate: Date? { get set }
-
Undocumented
Declaration
Swift
public var randomRemaining: Int { get set }
-
Undocumented
Declaration
Swift
public var lastRandomIndex: Int { get set }
-
Undocumented
Declaration
Swift
public func increaseRandomExpirationDate(by months: Int)
-
Undocumented
Declaration
Swift
public func increaseRandomRemaining(by times: Int)