13 lines
194 B
Swift
13 lines
194 B
Swift
//
|
|
// Action+CoreDataClass.swift
|
|
// Ferrite
|
|
//
|
|
// Created by Brian Dashore on 1/12/23.
|
|
//
|
|
//
|
|
|
|
import CoreData
|
|
import Foundation
|
|
|
|
@objc(Action)
|
|
public class Action: NSManagedObject, Plugin {}
|