Created
July 28, 2017 17:04
-
-
Save vestrel00/ff823f64a550d8f69b19aacba63c1564 to your computer and use it in GitHub Desktop.
C: 4 - ui/example_1/presenter/Example1PresenterModule.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 | |
public abstract class Example1PresenterModule { | |
@Binds | |
@PerFragment | |
abstract Example1Presenter example1Presenter(Example1PresenterImpl example1PresenterImpl); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment