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


#import "SDLRPCResponse.h"

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

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

@end