DefaultNavigationController

@MainActor
public final class DefaultNavigationController<UserInteractionType, DestinationType, ContentType, TabType, InteractorType> : UINavigationController, NavigationControllerDestinationInterfacing where UserInteractionType : UserInteractionTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable

Undocumented