// SDLScrollableMessageResponse.h // #import "SDLRPCResponse.h" /** Response to SDLScrollableMessage Since SmartDeviceLink 2.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLScrollableMessageResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END