Mercurial > public > geoquiz
view GeoQuiz/Logic/PlayedGame+CoreDataClass.swift @ 23:02dcebb8cc4a
fix layout issues
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Thu, 27 Oct 2022 09:17:13 +0200 |
parents | f1967f8cc67b |
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 { }