Mercurial > public > geoquiz
view GeoQuiz/Logic/PlayedGame+CoreDataClass.swift @ 21:b145c408f791
refactor code
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 25 Oct 2022 15:30:01 +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 { }