Add data model.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jeroen Leenarts
2018-05-23 22:13:09 +02:00
parent ae73b78935
commit c5237d5342
7 changed files with 138 additions and 2 deletions
@@ -0,0 +1,15 @@
//
// Interface+CoreDataClass.swift
//
//
// Created by Jeroen Leenarts on 23-05-18.
//
//
import Foundation
import CoreData
@objc(Interface)
public class Interface: NSManagedObject {
}