view GeoQuiz/Logic/PlayedGame+CoreDataClass.swift @ 24:2e9600b03fe5

add screenshots
author Dennis C. M. <dennis@denniscm.com>
date Thu, 27 Oct 2022 09:52:30 +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 {

}