summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLScrollableMessageResponse.h
blob: 4f6d17a8a4098eccdd9e514199f3363fb38e1af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//  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