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


#import "SDLRPCResponse.h"

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

- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;

@end