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


#import <Foundation/Foundation.h>

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

#import "SDLShowConstantTBTResponse.h"
#import "SDLNames.h"

QuickSpecBegin(SDLShowConstantTBTResponseSpec)

QuickSpecEnd