Skip to content

Instantly share code, notes, and snippets.

@Calvin-Huang
Created March 14, 2019 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Calvin-Huang/1cb4d25063c5f539bd086ca371fcac85 to your computer and use it in GitHub Desktop.
Save Calvin-Huang/1cb4d25063c5f539bd086ca371fcac85 to your computer and use it in GitHub Desktop.
NS_ASSUME_NONNULL_BEGIN
@interface UserController : NSObject
+(UserController*)sigleton;
//Login
- (void) userLoginWithAccountId:(NSString*)accId
passwd:(NSString*)passwd
socialType:(NSString*)socialType //N:None; FB:facebook; G:GSI
completion:(GeneralCallbackBlock)completion;
...
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment