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


#import "SDLRPCResponse.h"

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

NS_ASSUME_NONNULL_BEGIN

@interface SDLShowConstantTBTResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END