Mercurial > public > geoquiz
view GeoQuiz/Models/PlayedGame+CoreDataClass.swift @ 34:6ec51a4ca897
fix crash when asking new questions
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Sat, 12 Nov 2022 14:23:05 +0100 |
parents | 425078c01194 |
children |
line wrap: on
line source
// // 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 { }