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