// SDLUnregisterAppInterfaceResponse.h // #import "SDLRPCResponse.h" NS_ASSUME_NONNULL_BEGIN /** Response to UnregisterAppInterface SmartDeviceLink 1.0 */ @interface SDLUnregisterAppInterfaceResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END