18 lines
250 B
Swift
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
|
|
{
|
|
}
|