DataModelMappable
public protocol DataModelMappable
Provides mapper for data models
-
Maps data model in to
NSManagedObject, which can be used to for core data operationsDeclaration
Swift
func map(from context: NSManagedObjectContext) -> NSManagedObjectReturn Value
NSManagedObject
View on GitHub
DataModelMappable Protocol Reference