// SDLResetGlobalPropertiesResponse.h // #import "SDLRPCResponse.h" /** * Reset Global Properties Response is sent, when SDLResetGlobalProperties has been called * * Since SmartDeviceLink 1.0 */ @interface SDLResetGlobalPropertiesResponse : SDLRPCResponse @end