DataModelMappable

public protocol DataModelMappable

Provides mapper for data models

  • Maps data model in to NSManagedObject, which can be used to for core data operations

    Declaration

    Swift

    func map(from context: NSManagedObjectContext) -> NSManagedObject

    Return Value

    NSManagedObject