Skip to content

Instantly share code, notes, and snippets.

@jraska
Created March 17, 2020 23:15
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 jraska/a74dab8e1e7feb859ef586cf9f1ddd5c to your computer and use it in GitHub Desktop.
Save jraska/a74dab8e1e7feb859ef586cf9f1ddd5c to your computer and use it in GitHub Desktop.
interface Navigator {
fun startUserDetail(login: String)
fun showSettings()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment