集成阿里云 NUI 语音合成 SDK
This commit is contained in:
@ -3,11 +3,26 @@
|
||||
// suixinkan
|
||||
//
|
||||
|
||||
#if __has_include(<AMapFoundationKit/AMapFoundationKit.h>)
|
||||
#import <AMapFoundationKit/AMapFoundationKit.h>
|
||||
#endif
|
||||
|
||||
#if __has_include(<AMapLocationKit/AMapLocationKit.h>)
|
||||
#import <AMapLocationKit/AMapLocationKit.h>
|
||||
#endif
|
||||
|
||||
#if __has_include(<MAMapKit/MAMapKit.h>)
|
||||
#import <MAMapKit/MAMapKit.h>
|
||||
#endif
|
||||
|
||||
#if __has_include(<AMapSearchKit/AMapSearchKit.h>)
|
||||
#import <AMapSearchKit/AMapSearchKit.h>
|
||||
#endif
|
||||
|
||||
#if __has_include(<UMCommon/UMCommon.h>)
|
||||
#import <UMCommon/UMCommon.h>
|
||||
#endif
|
||||
#import "Features/ScenicQueue/Services/AliyunNuiTTSBridge.h"
|
||||
|
||||
#if __has_include(<UMAPM/UMAPM.h>)
|
||||
#import <UMAPM/UMAPM.h>
|
||||
|
||||
Reference in New Issue
Block a user