TabBarControllerDestination

@MainActor
public final class TabBarControllerDestination<ControllerType, UserInteractionType, DestinationType, ContentType, TabType, InteractorType> : TabBarControllerDestinationable where ControllerType : TabBarControllerDestinationInterfacing, UserInteractionType : UserInteractionTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable

A Destination which represents a UIKit UITabViewController.

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