view GeoQuiz/Models/PlayedGame+CoreDataClass.swift @ 33:6d574bd1644f

refactor controllers
author Dennis C. M. <dennis@denniscm.com>
date Sat, 12 Nov 2022 11:18:30 +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 {

}