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


#import <Foundation/Foundation.h>

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

#import "SDLResetGlobalPropertiesResponse.h"
#import "SDLNames.h"

QuickSpecBegin(SDLResetGlobalPropertiesResponseSpec)

QuickSpecEnd