Classes
The following classes are available globally.
-
See moreSingleUserDefaultsStore
offers a convenient way to store a singleCodable
object inUserDefaults
.Declaration
Swift
open class SingleUserDefaultsStore<Object> where Object : Decodable, Object : Encodable
-
See moreUserDefaultsStore
offers a convenient way to store a collection ofCodable
objects inUserDefaults
.Declaration
Swift
open class UserDefaultsStore<Object> where Object : Decodable, Object : Encodable, Object : Identifiable