Skip to content

Instantly share code, notes, and snippets.

@matzuk
Created May 6, 2017 15:58
Show Gist options
  • Save matzuk/43f4ddaf2b268438bf962876e53d1ebe to your computer and use it in GitHub Desktop.
Save matzuk/43f4ddaf2b268438bf962876e53d1ebe to your computer and use it in GitHub Desktop.
@Component(modules = {AppModule.class, UtilsModule.class, ReceiversModule.class})
@Singleton
public interface AppComponent {
void inject(MainActivity mainActivity);
void inject(SecondActivity secondActivity);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment