add files

This commit is contained in:
lianxiang
2018-08-31 18:23:25 +08:00
parent 3efde8e0ea
commit e64e011d8f
26 changed files with 496 additions and 256 deletions
+1
View File
@@ -86,6 +86,7 @@ NSString *const kGiGaToken = @"GiGatoken";
+(BOOL)isShowedAppGaurd{
BOOL showedGaurd = [UD_STADARDUD boolForKey:kShowAppGuard];
[UD_STADARDUD synchronize];
return showedGaurd;
}