summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/RPCSpecs/ResponseSpecs/SDLCreateInteractionChoiceSetResponseSpec.m
blob: 3b3d27e90d9fb0165421ebdd9206372b1e47a2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  SDLCreateInteractionChoiceSetResponseSpec.m
//  SmartDeviceLink


#import <Foundation/Foundation.h>

#import <Quick/Quick.h>
#import <Nimble/Nimble.h>

#import "SDLCreateInteractionChoiceSetResponse.h"
#import "SDLNames.h"

QuickSpecBegin(SDLCreateInteractionChoiceSetResponseSpec)

QuickSpecEnd