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

#import "SDLRPCResponse.h"


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

- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;

@end