GBA-8-19/External/Harmony/HarmonyTests/Sample Data/Model/Placeholder.swift
2024-06-14 17:15:51 +08:00

18 lines
250 B
Swift

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