// SDLUnregisterAppInterfaceResponse.h // #import "SDLRPCResponse.h" /** * Unregister AppInterface Response is sent, when SDLUnregisterAppInterface has been called * * @since SmartDeviceLink 1.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLUnregisterAppInterfaceResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END