// SDLUnsubscribeButtonResponse.h // #import "SDLRPCResponse.h" NS_ASSUME_NONNULL_BEGIN /** Response to UnsubscribeButton Since SmartDeviceLink 1.0 */ @interface SDLUnsubscribeButtonResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END