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