// SDLResetGlobalPropertiesResponse.h // #import "SDLRPCResponse.h" /** Response to ResetGlobalProperties Since SmartDeviceLink 1.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLResetGlobalPropertiesResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END