Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import dagger.Component;
  2.  
  3. @Component(modules = GameModule.class)
  4. public interface GameComponent {
  5. void inject(GameSession obj);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement