Guest User

Untitled

a guest
Oct 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. typedef void (^TMAPISuccessCallback)(AFHTTPRequestOperation *, id);
  2. typedef void (^TMAPIFailureCallback)(^(AFHTTPRequestOperation *, NSError *);
  3.  
  4. @protocol TMAPIDataConsumer <NSObject>
  5.  
  6. - (void)TMAPI:tmapi
  7. didSubmitLikeForProductIdString:productId
  8. andFacebookUserString:facebookUser;
  9.  
  10. @end
Add Comment
Please, Sign In to add comment