SplitViewController

@MainActor
public final class SplitViewController<EventType, DestinationType, ContentType, TabType, InteractorType> : UISplitViewController, SplitViewControllerDestinationInterfacing where EventType : EventTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable

A UISplitViewController subclass which can be used as an interface for a SplitViewControllerDestination.