summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShowResponse.h
blob: 0cb87e94242234b63be32013fecefba888229cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//  SDLShowResponse.h
//


#import "SDLRPCResponse.h"

/**
 * Show Response is sent, when Show has been called
 *
 * Since SmartDeviceLink 1.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLShowResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END