Created
July 26, 2017 16:47
-
-
Save vestrel00/4ad49b662fb4b089a72fc02b84e1a5a5 to your computer and use it in GitHub Desktop.
A: 5 - ui/main/MainFragmentModule.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
@Module(includes = BaseFragmentModule.class) | |
abstract class MainFragmentModule { | |
@Binds | |
@Named(BaseFragmentModule.FRAGMENT) | |
@PerFragment | |
abstract Fragment fragment(MainFragment mainFragment); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment