Skip to content

Instantly share code, notes, and snippets.

@ziginsider
Last active July 4, 2021 17:16
Show Gist options
  • Save ziginsider/ab387f5ae5d82e5a24091e076349d1b7 to your computer and use it in GitHub Desktop.
Save ziginsider/ab387f5ae5d82e5a24091e076349d1b7 to your computer and use it in GitHub Desktop.
interface StopwatchListener {
fun start(id: Int)
fun stop(id: Int, currentMs: Long)
fun reset(id: Int)
fun delete(id: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment