Files
Zockerhoehle/Zockerhoehle/CDModel/Logo+CoreDataProperties.swift

18 lines
300 B
Swift

//
// Logo+CoreDataProperties.swift
// Zockerhoehle
//
// Created by Julian-Steffen Müller on 06.07.19.
// Copyright © 2019 Julian-Steffen Müller. All rights reserved.
//
//
import Foundation
import CoreData
import UIKit.UIImage
extension Logo {
@NSManaged public var image: UIImage?
}