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


#import "SDLEnum.h"

typedef SDLEnum SDLPrerecordedSpeech NS_EXTENSIBLE_STRING_ENUM;

extern SDLPrerecordedSpeech const SDLPrerecordedSpeechHelpJingle;
extern SDLPrerecordedSpeech const SDLPrerecordedSpeechInitialJingle;
extern SDLPrerecordedSpeech const SDLPrerecordedSpeechListenJingle;
extern SDLPrerecordedSpeech const SDLPrerecordedSpeechPositiveJingle;
extern SDLPrerecordedSpeech const SDLPrerecordedSpeechNegativeJingle;