Created
June 18, 2018 11:02
-
-
Save mohak1712/d2f561de66c0ac890c79a5a604baf7e3 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 = ApplicationModule.class) | |
@Singleton | |
public interface ApplicationComponent { | |
DataManager getDataManager(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment