view GeoQuiz/Logic/PlayedGame+CoreDataClass.swift @ 16:1011e56b7832

implement user profile
author Dennis C. M. <dennis@denniscm.com>
date Thu, 20 Oct 2022 13:49:42 +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 {

}