lpw
2 days ago fc13259c778d256d906999770b83b589503b2c53
frameworks/WASdkIntf.framework/Headers/WACoreProxy.h
@@ -29,7 +29,7 @@
#define WALogImpt(fmt,...) {\
NSLog((@"WASDK LOG [(version %@) %s ]:" fmt), [WACoreProxy getSdkVer],__FUNCTION__, ##__VA_ARGS__);\
if([WACoreProxy isDebugMode]){\
if([WACoreProxy displayLog]){\
[WACoreProxy addLogWithString:[NSString stringWithFormat:(@"(version %@) %s ]:" fmt),[WACoreProxy getSdkVer],__FUNCTION__, ##__VA_ARGS__]];\
}\
}
@@ -314,6 +314,8 @@
 */
+ (BOOL)isJailBreak;
+ (BOOL)isLogin;
+ (BOOL)isGameInfoValid;
@end