Skip to content

Instantly share code, notes, and snippets.

@GabrielSamojlo
Created February 28, 2018 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GabrielSamojlo/9d344cc1547b40bb4799c8eb4ab8ec80 to your computer and use it in GitHub Desktop.
Save GabrielSamojlo/9d344cc1547b40bb4799c8eb4ab8ec80 to your computer and use it in GitHub Desktop.
@Component(modules = {AppModule.class})
public interface AppComponent {
void inject(FirstActivity firstActivity);
void inject(SecondActivity secondActivity);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment