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


#import "SDLRPCResponse.h"

/**
 * SDLDeleteCommandResponse is sent, when SDLDeleteCommand has been called
 *
 * Since <b>SmartDeviceLink 1.0</b><br>
 */
@interface SDLDeleteCommandResponse : SDLRPCResponse {
}

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

@end