lpw
2022-07-12 5e25501d1f36e7684d48b24ef8ef72cadb75a193
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