Created
July 26, 2017 14:14
-
-
Save vestrel00/def41dedff4710c7df47ff62b7f2ad34 to your computer and use it in GitHub Desktop.
A: 3 - AppComponent.java
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
@Singleton | |
@Component(modules = AppModule.class) | |
interface AppComponent { | |
void inject(App app); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment