Skip to content

Instantly share code, notes, and snippets.

@AndreVero
Created April 10, 2024 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreVero/95a72952aabe7e9f7abe3f529b06a3a8 to your computer and use it in GitHub Desktop.
Save AndreVero/95a72952aabe7e9f7abe3f529b06a3a8 to your computer and use it in GitHub Desktop.
TimeItem class
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