Mercurial > public > geoquiz
comparison GeoQuiz/Logic/GameTypeEnum.swift @ 15:f1967f8cc67b
first iteration of core data
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Wed, 19 Oct 2022 10:04:17 +0200 |
parents | 136928bae534 |
children |
comparison
equal
deleted
inserted
replaced
14:136928bae534 | 15:f1967f8cc67b |
---|---|
5 // Created by Dennis Concepción Martín on 14/10/22. | 5 // Created by Dennis Concepción Martín on 14/10/22. |
6 // | 6 // |
7 | 7 |
8 import Foundation | 8 import Foundation |
9 | 9 |
10 enum GameType { | 10 @objc |
11 public enum GameType: Int16 { | |
11 case guessTheFlag, guessTheCapital, guessTheCountry, guessThePopulation | 12 case guessTheFlag, guessTheCapital, guessTheCountry, guessThePopulation |
12 } | 13 } |