Created
April 10, 2024 08:01
-
-
Save AndreVero/95a72952aabe7e9f7abe3f529b06a3a8 to your computer and use it in GitHub Desktop.
TimeItem class
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data class TimeItem( | |
val time: String, | |
val isDayTime: Boolean, | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment