Guest User

Untitled

a guest
Jun 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class UiTestApp extends MyTestingApp {
  2.  
  3. @Override
  4. public ApplicationComponent getComponent() {
  5.  
  6. return DaggerApplicationComponent.builder()
  7. .applicationModule(new TestApplicationModule(this))
  8. .build();
  9. }
  10. }
Add Comment
Please, Sign In to add comment