Add onboarding screen iOS

This commit is contained in:
2020-12-07 14:51:27 +01:00
parent f5075f4da8
commit 3451213343
4 changed files with 71 additions and 0 deletions

View File

@@ -60,6 +60,8 @@ class ServerAPI(serverName: Servers) {
SUCCESS, ERROR
}
val numberOfServers = Servers.values().size
fun getServer(serverID: Int): Servers {
return Servers.values()[serverID]
}