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