create a list of timezones

This commit is contained in:
tibbi
2018-03-01 13:13:24 +01:00
parent 2b0ace315d
commit 2edad88880
2 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,3 @@
package com.simplemobiletools.clock.models
data class MyTimeZone(val id: Int, val title: String, val zoneName: String)