Skip to content

Instantly share code, notes, and snippets.

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