PropertyCoverImagesDO

extension PropertyCoverImagesDO
extension PropertyCoverImagesDO : Identifiable
  • Declaration

    Swift

    @nonobjc
    public class func fetchRequest() -> NSFetchRequest<PropertyCoverImagesDO>
  • Declaration

    Swift

    @NSManaged
    public var imageId: String? { get set }
  • Declaration

    Swift

    @NSManaged
    public var languageCode: String? { get set }
  • Declaration

    Swift

    @NSManaged
    public var ofProperty: PropertyDO? { get set }