Skip to content

Instantly share code, notes, and snippets.

@anandgaurav10
Created August 24, 2017 17:16
Show Gist options
  • Save anandgaurav10/532de9095ca4ed57a0e3f3df59cb105d to your computer and use it in GitHub Desktop.
Save anandgaurav10/532de9095ca4ed57a0e3f3df59cb105d to your computer and use it in GitHub Desktop.
public interface SplashMvpPresenter<V extends SplashMvpView> extends MvpPresenter<V> {
void decideNextActivity();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment