RoutingPresenterObjcType
@objc
public protocol RoutingPresenterObjcType
Undocumented
-
Undocumented
Declaration
Swift
func isResponsible(routeResult: RouteResultObjc) -> Bool
-
Undocumented
Declaration
Swift
func present(controller: UIViewController, routeResult: RouteResultObjc, wireframe: WireframeObjc, delegate: RoutingDelegateObjc, completion: @escaping () -> ()) throws