Skip to content

Instantly share code, notes, and snippets.

@fluxtah
Created April 2, 2020 14:08
Show Gist options
  • Save fluxtah/caca15d253f8067b6bb81c6ca22e0dc9 to your computer and use it in GitHub Desktop.
Save fluxtah/caca15d253f8067b6bb81c6ca22e0dc9 to your computer and use it in GitHub Desktop.
interface HelloView {
fun updateGreetingText(greetingText: String)
fun onShowNewGreetingButtonPressed(onPressed: () -> Unit)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment