view GeoQuiz/Models/PlayedGame+CoreDataClass.swift @ 37:9dd1dce5d05c

Add link to App Store
author Dennis <dennis@denniscm.com>
date Fri, 11 Aug 2023 17:28:30 +0000
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 {

}