Mercurial > public > geoquiz
view GeoQuiz/Models/PlayedGame+CoreDataClass.swift @ 27:3f4b366d476d
add flag layout settings
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Thu, 10 Nov 2022 09:26:48 +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 { }