view GeoQuiz/Models/PlayedGame+CoreDataClass.swift @ 31:9d6dd0e59c22

remove dataset and add new screenshots
author Dennis C. M. <dennis@denniscm.com>
date Fri, 11 Nov 2022 08:59:02 +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 {

}