Protocols

The following protocols are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public protocol PresenterFeature : Feature, PresenterProvider
  • A feature providing a view controller and routing options for a specific route pattern

    Note

    Routing options specify how your controller will be presented
    See more

    Declaration

    Swift

    public protocol ViewFeature : ControllerProvider, Feature, RoutingOptionProvider
  • Undocumented

    See more

    Declaration

    Swift

    public protocol WireframeApp : App, ControllerContainer
  • An instance resolving urls to route patterns returning RouteResults

    See more

    Declaration

    Swift

    public protocol Router