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


#import "SDLRPCResponse.h"

@interface SDLAddCommandResponse : SDLRPCResponse {}

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

@end