// // TestResponse.h // SmartDeviceLink-iOS // // Created by Nicole on 8/17/17. // Copyright © 2017 smartdevicelink. All rights reserved. // #import #import "SDLPutFileResponse.h" @interface TestResponse : NSObject @property (strong, nonatomic) SDLRPCResponse *testResponse; @property (strong, nonatomic) NSError *testError; - (instancetype)initWithResponse:(SDLRPCResponse *)testResponse error:(NSError *)testError; @end