Created
April 11, 2019 13:43
-
-
Save ismailgungor/9b0ab44d2b05c24d4cb7f9a597f78bb0 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
| interface SplashActivityContract { | |
| interface View : BaseView{ | |
| fun finishActivity() | |
| } | |
| interface Presenter: BasePresenter<View>{ | |
| //Silence is golden | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment