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


#import "SDLRPCResponse.h"

/**
 * Reset Global Properties Response is sent, when SDLResetGlobalProperties has been called
 *
 * Since SmartDeviceLink 1.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLResetGlobalPropertiesResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END