GBA003/External/Harmony/HarmonyTests/Sample Data/Model/Placeholder.swift
2024-05-30 10:22:15 +08:00

18 lines
262 B
Swift

//
// Placeholder.swift
// HarmonyTests
//
// Created by Riley Testut on 1/11/18.
// Copyright © 2018 Riley Testut. All rights reserved.
//
import Foundation
import CoreData
import Harmony
@objc(Placeholder)
public class Placeholder: NSManagedObject
{
}