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