summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteSubMenuResponse.h
blob: 5842a54becfcfbabef26816794667d406bb277a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  SDLDeleteSubMenuResponse.h
//


#import "SDLRPCResponse.h"

/**
 * SDLDeleteSubMenuResponse is sent, when SDLDeleteSubMenu has been called
 *
 * Since <b>SmartDeviceLink 1.0</b>
 */
@interface SDLDeleteSubMenuResponse : SDLRPCResponse

@end