Created
August 13, 2015 00:02
-
-
Save patrykpoborca/101ddc6891ca902be55a 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
@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