Mercurial > public > geoquiz
comparison 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 |
comparison
equal
deleted
inserted
replaced
14:136928bae534 | 15:f1967f8cc67b |
---|---|
1 // | |
2 // PlayedGame+CoreDataClass.swift | |
3 // GeoQuiz | |
4 // | |
5 // Created by Dennis Concepción Martín on 19/10/22. | |
6 // | |
7 // | |
8 | |
9 import Foundation | |
10 import CoreData | |
11 | |
12 @objc(PlayedGame) | |
13 public class PlayedGame: NSManagedObject { | |
14 | |
15 } |