comparison GeoQuiz/Models/PlayedGame+CoreDataClass.swift @ 26:425078c01194

refactor code
author Dennis C. M. <dennis@denniscm.com>
date Wed, 09 Nov 2022 10:30:01 +0100
parents GeoQuiz/Logic/PlayedGame+CoreDataClass.swift@f1967f8cc67b
children
comparison
equal deleted inserted replaced
25:b3df0f5dc750 26:425078c01194
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 }