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


#import "SDLRPCResponse.h"

/**
 Response to SDLEndAudioPassThru

 Since SmartDeviceLink 2.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLEndAudioPassThruResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END