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


#import "SDLRPCResponse.h"

/**
 * SDLCreateInteractionChoiceSetResponse is sent, when SDLCreateInteractionChoiceSet
 * has been called
 *
 * Since <b>SmartDeviceLink 1.0</b>
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLCreateInteractionChoiceSetResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END