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


#import "SDLRPCNotification.h"

@interface SDLOnAudioPassThru : SDLRPCNotification {}

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

@end