Type Aliases
The following type aliases are available globally.
-
typealias to allow compliance with older versions of RxFlow. Coordinator should be replaced by FlowCoordinator
Declaration
Swift
@available(*, deprecated, message: "You should use FlowCoordinator") public typealias Coordinator = FlowCoordinator
-
typealias to allow compliance with older versions of RxFlow. NextFlowItems should be replaced by FlowContributors
Declaration
Swift
@available(*, deprecated, message: "You should use FlowContributors") public typealias NextFlowItems = FlowContributors