// SDLAlertManeuverResponse.h // #import "SDLRPCResponse.h" /** SDLAlertManeuverResponse is sent, when SDLAlertManeuver has been called. * @since SmartDeviceLink 1.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLAlertManeuverResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END