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


#import "SDLRPCResponse.h"

/**
 * Set Media Clock Timer Response is sent, when SDLSetMediaClockTimer has been called
 *
 * Since SmartDeviceLink 1.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLSetMediaClockTimerResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END