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


#import "SDLRPCResponse.h"

/**
 * Perform Audio Pass Thru Response is sent, when PerformAudioPassThru has been called
 *
 * Since SmartDeviceLink 2.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLPerformAudioPassThruResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END