// SDLUnsubscribeButtonResponse.h // #import "SDLRPCResponse.h" /** * Unsubscribe Button Response is sent, when SDLUnsubscribeButton has been called * * @since SmartDeviceLink 1.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLUnsubscribeButtonResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END