summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLShowConstantTBTResponse.h
blob: 3f7532bf520152c09c07526f035c8eb85d7152f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//  SDLShowConstantTBTResponse.h
//
//  Copyright (c) 2014 Ford Motor Company. All rights reserved.


#import "SDLRPCResponse.h"

@interface SDLShowConstantTBTResponse : SDLRPCResponse {}

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

@end