Skip to content

Instantly share code, notes, and snippets.

@Laimiux
Created September 23, 2019 22:16
Show Gist options
  • Save Laimiux/ac5cc7aa6618061a54a81e0d19e83af0 to your computer and use it in GitHub Desktop.
Save Laimiux/ac5cc7aa6618061a54a81e0d19e83af0 to your computer and use it in GitHub Desktop.
data class StopwatchRenderModel(
val timePassed: String,
val startStopButton: ButtonRenderModel,
val resetButton: ButtonRenderModel
)
data class ButtonRenderModel(
val text: String,
val onSelected: () -> Unit
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment