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


#import <Foundation/Foundation.h>

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

#import "SDLDeleteCommandResponse.h"
#import "SDLRPCParameterNames.h"

QuickSpecBegin(SDLDeleteCommandResponseSpec)

QuickSpecEnd