summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAlertManeuverResponse.h
blob: 39a5d536b9d0f027e629d53125ea4e00a6da57e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//  SDLAlertManeuverResponse.h
//


#import "SDLRPCResponse.h"

/**
 Response to SDLAlertManeuver

 @since SmartDeviceLink 1.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLAlertManeuverResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END