// SDLAddCommandResponse.h
#import "SDLRPCResponse.h"
/**
* SDLAddCommandResponse is sent, when SDLAddCommand has been called
*
* Since <b>SmartDeviceLink 1.0</b>
*/
NS_ASSUME_NONNULL_BEGIN
@interface SDLAddCommandResponse : SDLRPCResponse
@end
NS_ASSUME_NONNULL_END