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


#import "SDLRPCResponse.h"

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

@end