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