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