summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSendHapticDataResponse.h
blob: c811c0e22a15a33a6c976fc211b6213f45d9b248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
//  SDLSendHapticDataResponse.h
//  SmartDeviceLink-iOS
//
//  Created by Nicole on 8/4/17.
//  Copyright © 2017 smartdevicelink. All rights reserved.
//

#import "SDLRPCResponse.h"

NS_ASSUME_NONNULL_BEGIN
/**
 * SDLSendHapticDataResponse is sent when SDLSendHapticData has been called
 */
@interface SDLSendHapticDataResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END