diff GeoQuiz/Logic/PlayedGame+CoreDataClass.swift @ 15:f1967f8cc67b

first iteration of core data
author Dennis C. M. <dennis@denniscm.com>
date Wed, 19 Oct 2022 10:04:17 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GeoQuiz/Logic/PlayedGame+CoreDataClass.swift	Wed Oct 19 10:04:17 2022 +0200
@@ -0,0 +1,15 @@
+//
+//  PlayedGame+CoreDataClass.swift
+//  GeoQuiz
+//
+//  Created by Dennis Concepción Martín on 19/10/22.
+//
+//
+
+import Foundation
+import CoreData
+
+@objc(PlayedGame)
+public class PlayedGame: NSManagedObject {
+
+}