Created
May 10, 2020 09:49
-
-
Save IkhwanSI13/f9269be01fa8bc63cbcf70e780fad564 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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