Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Created August 13, 2015 00:02
Show Gist options
  • Save patrykpoborca/101ddc6891ca902be55a to your computer and use it in GitHub Desktop.
Save patrykpoborca/101ddc6891ca902be55a to your computer and use it in GitHub Desktop.
@Component(modules = {LocalModule.class, NetworkModule.class}, dependencies = ApplicationComponent.class)
public interface BaseComponent {
OKHttp getOkHTTP();
Retrofit getRetrofit();
LocalDataCache getLocalDataCache();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment