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