summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLCreateInteractionChoiceSet.h
blob: 2d72e4f2d728fc0533ba8a01a7b9d7253844ba6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//  SDLCreateInteractionChoiceSet.h
//
//  Copyright (c) 2014 Ford Motor Company. All rights reserved.


#import "SDLRPCRequest.h"

@interface SDLCreateInteractionChoiceSet : SDLRPCRequest {}

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

@property(strong) NSNumber* interactionChoiceSetID;
@property(strong) NSMutableArray* choiceSet;

@end