// SDLCreateInteractionChoiceSetResponse.m // #import "SDLCreateInteractionChoiceSetResponse.h" #import "SDLNames.h" @implementation SDLCreateInteractionChoiceSetResponse - (instancetype)init { if (self = [super initWithName:SDLNameCreateInteractionChoiceSet]) { } return self; } @end