summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPrerecordedSpeech.h
blob: c4e1fb4aa40ecfacd37f678d878a11a3a4c23918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//  SDLPrerecordedSpeech.h
//


#import "SDLEnum.h"

typedef SDLEnum SDLPrerecordedSpeech SDL_SWIFT_ENUM;

extern SDLPrerecordedSpeech const SDLPrerecordedSpeechHelp;
extern SDLPrerecordedSpeech const SDLPrerecordedSpeechInitial;
extern SDLPrerecordedSpeech const SDLPrerecordedSpeechListen;
extern SDLPrerecordedSpeech const SDLPrerecordedSpeechPositive;
extern SDLPrerecordedSpeech const SDLPrerecordedSpeechNegative;