summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShowAppMenuResponse.h
blob: d5acd4c34222031f85e163daae8493ee2e5a4547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  SDLOpenMenuResponse.h
//  SmartDeviceLink
//
//  Created by Justin Gluck on 7/12/19.
//  Copyright © 2019 smartdevicelink. All rights reserved.
//

#import "SDLRPCResponse.h"

NS_ASSUME_NONNULL_BEGIN

/**
 * Response to the request to show the app menu.
 */
@interface SDLShowAppMenuResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END