PresenterFeature

public protocol PresenterFeature : Feature, PresenterProvider

Undocumented

  • features with high priority will be handeled earlier than features with a low priority eg. high priority features might block low priority features

    Declaration

    Swift

    var priority: Int { get }