15 lines
285 B
Objective-C
15 lines
285 B
Objective-C
//
|
|
// AIGrammar-Bridging-Header.h
|
|
// AIGrammar
|
|
//
|
|
// Created by oscar on 2024/8/29.
|
|
//
|
|
|
|
#ifndef AIGrammar_Bridging_Header_h
|
|
#define AIGrammar_Bridging_Header_h
|
|
|
|
#import "QCloudTTS/QCloudTTSEngine.h"
|
|
#import "QCloudTTS/QCloudMediaPlayer2.h"
|
|
|
|
#endif /* AIGrammar_Bridging_Header_h */
|