// SDLChangeRegistrationResponse.h // #import "SDLRPCResponse.h" /** * SDLChangeRegistrationResponse is sent, when SDLChangeRegistration has been called * * @since SDL 2.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLChangeRegistrationResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END