ef67aa7dc4
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
16 lines
193 B
Swift
16 lines
193 B
Swift
//
|
|
// Interface+CoreDataClass.swift
|
|
//
|
|
//
|
|
// Created by Jeroen Leenarts on 23-05-18.
|
|
//
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
@objc(Interface)
|
|
public class Interface: NSManagedObject {
|
|
|
|
}
|