1 2 3 4 5 6 7 8 9 10 11 12 13 14
// SDLScrollableMessageResponse.h // #import "SDLRPCResponse.h" /** * Scrollable Message Response is sent, when SDLScrollableMessage has been called * * Since SmartDeviceLink 2.0 */ @interface SDLScrollableMessageResponse : SDLRPCResponse @end