summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLScrollableMessageResponse.h
blob: 5164154680e13213b79b83935ba97fc49ba607b4 (plain)
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