diff GeoQuiz/Logic/GameStatsClass.swift @ 16:1011e56b7832

implement user profile
author Dennis C. M. <dennis@denniscm.com>
date Thu, 20 Oct 2022 13:49:42 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GeoQuiz/Logic/GameStatsClass.swift	Thu Oct 20 13:49:42 2022 +0200
@@ -0,0 +1,12 @@
+//
+//  GameStatsClass.swift
+//  GeoQuiz
+//
+//  Created by Dennis Concepción Martín on 20/10/22.
+//
+
+import Foundation
+
+class GameStats {
+    
+}