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