summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLPerformAudioPassThruResponse.h
blob: fb1a733c087145bd2288809c6a6b19ff8c05b01b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//  SDLPerformAudioPassThruResponse.h
//
//  Copyright (c) 2014 Ford Motor Company. All rights reserved.


#import "SDLRPCResponse.h"

@interface SDLPerformAudioPassThruResponse : SDLRPCResponse {}

-(id) init;
-(id) initWithDictionary:(NSMutableDictionary*) dict;

@end