// SDLScrollableMessageResponse.h // #import "SDLRPCResponse.h" /** * Scrollable Message Response is sent, when SDLScrollableMessage has been called * * Since SmartDeviceLink 2.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLScrollableMessageResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END