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


#import "SDLRPCResponse.h"

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

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

@end