Protocols
The following protocols are available globally.
-
Provides
See moreentityNameto map classes to entities.Declaration
Swift
public protocol EntityType
-
Conform to
KeyCodableto provide keys for your NSManagedObject keys. It is reccomended that you use aStringenum.Declaration
Swift
public protocol KeyCodable
-
Conform to
See moreManagedObjectTypeto expose your object to LiteData methods.Declaration
Swift
public protocol ManagedObjectType: EntityType
Protocols Reference