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