Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. @Override
  2. public ILootsieModalView setActionHandler(ILootsieRewardsListActionHandler actionHandler) {
  3. this.mActionHandler = actionHandler;
  4. return this;
  5. }
  6.  
  7. @Override
  8. public ILootsieModalView setActionHandler(ILootsieRewardActionHandler container) {
  9. return this;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement