add jpush 启动广告页
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
|
||||
+(void)saveUserId:(NSString *)userId;
|
||||
+(NSString *)getCurentUserId;
|
||||
+(void)removeUserId;
|
||||
+(void)removeUserId;//退出登录
|
||||
+(BOOL)isUserLogin;
|
||||
|
||||
/**
|
||||
保存用户表版本号
|
||||
*/
|
||||
|
||||
@@ -30,6 +30,7 @@ NSString *const kShowAppGuard = @"ShowAppGuard";
|
||||
+(void)removeUserId{
|
||||
|
||||
UD_REMOVE_KEY(GIGADEFAULTKEY_USERID);
|
||||
|
||||
}
|
||||
|
||||
+(BOOL)isUserLogin{
|
||||
|
||||
Reference in New Issue
Block a user