// SDLUnregisterAppInterface.m // #import "SDLUnregisterAppInterface.h" #import "NSMutableDictionary+Store.h" #import "SDLRPCParameterNames.h" #import "SDLRPCFunctionNames.h" NS_ASSUME_NONNULL_BEGIN @implementation SDLUnregisterAppInterface #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" - (instancetype)init { if (self = [super initWithName:SDLRPCFunctionNameUnregisterAppInterface]) { } return self; } #pragma clang diagnostic pop @end NS_ASSUME_NONNULL_END