// SDLSpeakResponse.h // #import "SDLRPCResponse.h" /** * Speak Response is sent, when Speak has been called * * Since SmartDeviceLink 1.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLSpeakResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END