Skip to content

Instantly share code, notes, and snippets.

@markmaynard
Last active June 1, 2019 17:25
Show Gist options
  • Save markmaynard/dac112d0a35f221a39663aed6d9cb2d0 to your computer and use it in GitHub Desktop.
Save markmaynard/dac112d0a35f221a39663aed6d9cb2d0 to your computer and use it in GitHub Desktop.
Thing interface
interface SomeThing {
fun run()
fun play()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment