Skip to content

Instantly share code, notes, and snippets.

@IkhwanSI13
Created May 10, 2020 09:49
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 IkhwanSI13/f9269be01fa8bc63cbcf70e780fad564 to your computer and use it in GitHub Desktop.
Save IkhwanSI13/f9269be01fa8bc63cbcf70e780fad564 to your computer and use it in GitHub Desktop.
package ${escapeKotlinIdentifiers(packageName)}
import android.content.Context
class ${mvpClass}Presenter(var view: ${mvpClass}Contract.View)
: ${mvpClass}Contract.Presenter {
override fun dropView() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment