Skip to content

Instantly share code, notes, and snippets.

@flipper83
Last active September 15, 2017 10:19
Show Gist options
  • Save flipper83/e9a04a7634ded8e905f38be3ae0672c0 to your computer and use it in GitHub Desktop.
Save flipper83/e9a04a7634ded8e905f38be3ae0672c0 to your computer and use it in GitHub Desktop.
MainActivity
public class MainActivity extends BaseActivity implements SuperHeroesPresenter.View {
@Inject SuperHeroesPresenter presenter;
/* ... */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment