RoutingPresenterObjc
@objc
open class RoutingPresenterObjc : NSObject, RoutingPresenter, RoutingPresenterObjcType
Undocumented
-
Undocumented
Declaration
Swift
public let routingPresenter: RoutingPresenter?
-
Undocumented
Declaration
Swift
public let routingPresenterObjc: RoutingPresenterObjcType?
-
Undocumented
Declaration
Swift
public init(routingPresenter: RoutingPresenter)
-
Undocumented
Declaration
Swift
public init(routingPresenter: RoutingPresenterObjcType)
-
Undocumented
Declaration
Swift
open func isResponsible(routeResult: RouteResultObjc) -> Bool
-
Declaration
Swift
open func isResponsible(routeResult: RouteResult) -> Bool
-
Undocumented
Declaration
Swift
open func present(controller: UIViewController, routeResult: RouteResultObjc, wireframe: WireframeObjc, delegate: RoutingDelegateObjc, completion: @escaping () -> ()) throws
-
Declaration
Swift
public func present(controller: UIViewController, routeResult: RouteResult, wireframe: Wireframe, delegate: RoutingDelegate, completion: @escaping () -> ()) throws