summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUpdateTurnListResponse.h
blob: ab2d872319196eb375f7a639194ceca5b3e282d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//  SDLUpdateTurnListResponse.h
//

#import "SDLRPCResponse.h"


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

@end