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