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


#import "SDLRPCResponse.h"

/**
 * Set Global Properties Response is sent, when SDLSetGlobalProperties has been called
 *
 * Since SmartDeviceLink 1.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLSetGlobalPropertiesResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END