Skip to content

Instantly share code, notes, and snippets.

@theapache64
Created December 24, 2018 13:25
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 theapache64/4f62910b4a2e82b4f100cfb562dc38b3 to your computer and use it in GitHub Desktop.
Save theapache64/4f62910b4a2e82b4f100cfb562dc38b3 to your computer and use it in GitHub Desktop.
public interface SplashActivityNavigator {
void openMainActivity();
void openLogInActivity();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment