// 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