// SDLDeleteCommandResponse.h // #import "SDLRPCResponse.h" /** * SDLDeleteCommandResponse is sent, when SDLDeleteCommand has been called * * Since SmartDeviceLink 1.0 */ @interface SDLDeleteCommandResponse : SDLRPCResponse @end