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