// SDLShowConstantTBTResponse.h // #import "SDLRPCResponse.h" /** SDLShowConstantTBTResponse is sent, when SDLShowConstantTBT has been called. * SinceSmartDeviceLink 2.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLShowConstantTBTResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END