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


#import "SDLRPCResponse.h"

/**
 * SDLDeleteCommandResponse is sent, when SDLDeleteCommand has been called
 *
 * Since <b>SmartDeviceLink 1.0</b><br>
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLDeleteCommandResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END