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


#import "SDLRPCResponse.h"

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

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

@end