// SDLDeleteInteractionChoiceSetResponse.h // #import "SDLRPCResponse.h" /** * SDLDeleteInteractionChoiceSetResponse is sent, when SDLDeleteInteractionChoiceSet has been called * * Since SmartDeviceLink 1.0 */ @interface SDLDeleteInteractionChoiceSetResponse : SDLRPCResponse { } - (instancetype)init; - (instancetype)initWithDictionary:(NSMutableDictionary *)dict; @end