summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUpdateTurnListResponse.h
blob: 31ba28df55fdf764fc4fc9906186c15e14383975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//  SDLUpdateTurnListResponse.h
//

#import "SDLRPCResponse.h"


/** SDLUpdateTurnListResponse is sent, when SDLUpdateTurnList has been called.
 * Since<b>SmartDeviceLink 2.0</b>
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLUpdateTurnListResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END