lpw
2024-06-24 3ab9d5e1b33b742eadb2e4dfa19b430a8e002e10
frameworks/WACommon.framework/Headers/WAHelper.h
@@ -60,6 +60,8 @@
+(NSDate*)getLocalTime;
+(NSMutableDictionary*)addParam:(id)param andKey:(NSString *const)key forDict:(NSMutableDictionary*)dict;
+(UIViewController *)getCurrentVC;
//返回当前应用程序窗口最顶层的视图控制器
+(UIViewController *)getCurrentTopViewController;
+(void)addOrientationNotification:(id)observer selector:(SEL)selector object:(id)object;
+(void)removeOrientationNotification:(id)observer object:(id)object;
+(NSString *)getMacAddress;
@@ -76,7 +78,7 @@
+(NSMutableArray*)getContryDataSourceArray;
// 检测是否内购中
+(BOOL)isIAPPaying;
+(void)setPayStatus:(BOOL)status;
@end