Skip to content

Instantly share code, notes, and snippets.

@michalbujalski
Last active October 15, 2018 20:33
Show Gist options
  • Save michalbujalski/ff419add1b146d3cb33d5e12bd7b9a18 to your computer and use it in GitHub Desktop.
Save michalbujalski/ff419add1b146d3cb33d5e12bd7b9a18 to your computer and use it in GitHub Desktop.
class SomeFormPresenter{
fun submitForm(){
api.update(view?.username ?: '')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment