summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSpeakResponse.h
blob: 8e4c44261445306e1b99d3058ceef22e8037f2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//  SDLSpeakResponse.h
//


#import "SDLRPCResponse.h"

/**
 * Speak Response is sent, when Speak has been called
 *
 * Since SmartDeviceLink 1.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLSpeakResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END