NavigationControllerDestination

@MainActor
public final class NavigationControllerDestination<UserInteractionType, ControllerDestinationType, PresentationConfigurationType, InteractorType> : NavigatingControllerDestinationable where UserInteractionType : UserInteractionTypeable, ControllerDestinationType : NavigationControllerDestinationInterfacing, PresentationConfigurationType : DestinationPresentationConfiguring, InteractorType : InteractorTypeable
extension NavigationControllerDestination: Equatable
extension NavigationControllerDestination: @preconcurrency CustomStringConvertible

A Destination class whose associated user interface is a UINavigationController.

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