19 lines
305 B
Swift
Executable File
19 lines
305 B
Swift
Executable File
//
|
|
// CDEntity.swift
|
|
// DAO
|
|
//
|
|
// Created by Ivan Vavilov on 09/02/16.
|
|
// Copyright © 2016 RedMadRobot LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
|
|
@objc(CDEntity)
|
|
class CDEntity: NSManagedObject {
|
|
|
|
// Insert code here to add functionality to your managed object subclass
|
|
|
|
}
|