Route+CoreDataClass.swift 239 B

12345678910111213141516
  1. //
  2. // Route+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. @objc(Route)
  12. public class Route: NSManagedObject {
  13. }