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


#import "SDLRPCResponse.h"

/**
 * Set Global Properties Response is sent, when SDLSetGlobalProperties has been called
 *
 * Since SmartDeviceLink 1.0
 */
@interface SDLSetGlobalPropertiesResponse : SDLRPCResponse

@end