Post+CoreDataClass.swift 225 B

12345678910111213141516
  1. //
  2. // Post+CoreDataClass.swift
  3. // app
  4. //
  5. // Created by Iñigo Valentin on 21/6/18.
  6. // Copyright © 2018 Margolariak. All rights reserved.
  7. //
  8. //
  9. import Foundation
  10. import CoreData
  11. public class Post: NSManagedObject {
  12. }