lpw
2024-09-25 d90ee1536e9e0cfdb62a70e36559e1cf2d8ce458
frameworks/WACommon.framework/Headers/WAHelper.h
@@ -15,7 +15,7 @@
+ (NSString *)file_md5:(NSString*) path;
+ (NSString*)getOts;
+ (id)toArrayOrNSDictionary:(NSString *)jsonString;
+ (void)setClientId:(NSString*)clientId;
+ (void)setClientId:(NSString*)newClientId;
+ (void)deleteClientId;
+ (NSString*)getClientId;
+ (NSString*)getBundleId;
@@ -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;
@@ -71,4 +73,12 @@
+(NSInteger)getSDKType;
+(NSString*)getMsgWithDict:(NSDictionary*)dict;
+(NSMutableArray*)getContryDataSourceArray;
// 检测是否内购中
+(BOOL)isIAPPaying;
+(void)setPayStatus:(BOOL)status;
@end