Created
March 14, 2019 21:09
-
-
Save Calvin-Huang/1cb4d25063c5f539bd086ca371fcac85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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