lpw
2021-10-20 10deef625342233ae072d83e11e6f4f6963273ca
frameworks/WASdkIntf.framework/Headers/WACscProxy.h
@@ -77,4 +77,14 @@
+  (void)setSDKInterfaceOrientationMask:(NSUInteger)interfaceOrientationMask;
/*!
@abstract 检测是否开启aihelp
*/
+ (BOOL) isOpenAiHelp;
+ (void) openAiHelp:(NSString * _Nonnull )language;
+ (void) openAiHelp:(NSString * _Nonnull )language isVip:(BOOL)vip;
@end