ControllerDestination

@MainActor
public final class ControllerDestination<UserInteractionType, ControllerDestinationType, PresentationConfigurationType, InteractorType> : ControllerDestinationable where UserInteractionType : UserInteractionTypeable, ControllerDestinationType : ControllerDestinationInterfacing, PresentationConfigurationType : DestinationPresentationConfiguring, InteractorType : InteractorTypeable
extension ControllerDestination: Equatable
extension ControllerDestination: @preconcurrency CustomStringConvertible

A Destination class whose associated user interface is a UIViewController.

This is a generic Destination that can be used to represent most UIViewController subclasses in a UIKit-based app.