// SDLGenericResponse.m // #import "SDLGenericResponse.h" #import "NSMutableDictionary+Store.h" #import "SDLNames.h" NS_ASSUME_NONNULL_BEGIN @implementation SDLGenericResponse - (instancetype)init { if (self = [super initWithName:SDLNameGenericResponse]) { } return self; } @end NS_ASSUME_NONNULL_END