Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. NS_ASSUME_NONNULL_BEGIN
  2.  
  3. @interface UserController : NSObject
  4. +(UserController*)sigleton;
  5.  
  6. //Login
  7. - (void) userLoginWithAccountId:(NSString*)accId
  8. passwd:(NSString*)passwd
  9. socialType:(NSString*)socialType //N:None; FB:facebook; G:GSI
  10. completion:(GeneralCallbackBlock)completion;
  11.  
  12. ...
  13.  
  14. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement