Skip to content

Instantly share code, notes, and snippets.

@ha-yi
Last active June 12, 2017 19:14
Show Gist options
  • Save ha-yi/0265dcf08171f9197a68da6d05e8e105 to your computer and use it in GitHub Desktop.
Save ha-yi/0265dcf08171f9197a68da6d05e8e105 to your computer and use it in GitHub Desktop.
class ListJiwaContactorImpl(handler: ListJiwaPresenter) : BaseContactor<MutableList<Jiwa>>(handler){
override fun prepareCaller(): Call<MutableList<Jiwa>> {
return api.getJiwa()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment