mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
create a list of timezones
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
package com.simplemobiletools.clock.models
|
||||
|
||||
data class MyTimeZone(val id: Int, val title: String, val zoneName: String)
|
Reference in New Issue
Block a user