frameworks/WACommon.framework/Headers/WAHelper.h
@@ -63,6 +63,8 @@ //返回当前应用程序窗口最顶层的视图控制器 +(UIViewController *)getCurrentTopViewController; + (UIWindow *)wa_keyWindow; +(NSString *)hostAppName; +(UIImage *)hostAppIcon; +(void)addOrientationNotification:(id)observer selector:(SEL)selector object:(id)object; +(void)removeOrientationNotification:(id)observer object:(id)object; +(NSString *)getMacAddress; @@ -89,4 +91,6 @@ + (BOOL) needShowloginUIBackButton; + (NSString *)percentEscapedString:(NSString *)string; + (NSString *)base64EncodedString:(NSString *)input; @end