Last active
August 13, 2018 18:35
-
-
Save catalinghita8/95b0ab7b0a712fa4013c6d602d8a2720 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
@Module | |
public abstract class ActivityBindingModule { | |
@ActivityScoped | |
@ContributesAndroidInjector(modules = {MessageModule.class}) | |
abstract MessageActivity messageActivity(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment