13 lines
197 B
Swift
13 lines
197 B
Swift
//
|
|
// KodiServer+CoreDataClass.swift
|
|
// Ferrite
|
|
//
|
|
// Created by Brian Dashore on 3/6/23.
|
|
//
|
|
//
|
|
|
|
import CoreData
|
|
import Foundation
|
|
|
|
@objc(KodiServer)
|
|
public class KodiServer: NSManagedObject {}
|