LPW
2021-11-11 cce4130b83d5d6acf8d840673ebee9deb617f980
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