summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteInteractionChoiceSetResponse.h
blob: c67aef1d18f9ffd8de1cee0c032f44268f69243d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  SDLDeleteInteractionChoiceSetResponse.h
//


#import "SDLRPCResponse.h"

/**
 * SDLDeleteInteractionChoiceSetResponse is sent, when SDLDeleteInteractionChoiceSet has been called
 *
 * Since <b>SmartDeviceLink 1.0</b>
 */
@interface SDLDeleteInteractionChoiceSetResponse : SDLRPCResponse

@end