Guest User

Untitled

a guest
Jan 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @Component(
  2. modules = [
  3. ActivitiesModule::class
  4. ]
  5. )
  6. interface AppComponent {
  7. fun inject(myApplication: MyApplication)
  8. }
Add Comment
Please, Sign In to add comment