Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. public class DaggerAppComponent implements AppComponent {
  2. public class MyActivitySubcomponentImpl implements ActivitySubcomponent {
  3. public void inject(MyActivity activity) {...}
  4.  
  5. public class OnboardingFragmentSubcomponentImpl implements OnboardingFragmentSubcomponent {
  6. public void inject(OnboardingFragment fragment) { ... }
  7. }
  8.  
  9. public class WelcomeFragmentSubcomponentImpl implements WelcomeFragmentSubcomponent {
  10. public void inject(WelcomeFragment fragment) { ... }
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement