RoutingObserverObjc
@objc
open class RoutingObserverObjc : NSObject, RoutingObserver, RoutingObserverObjcType
Undocumented
-
Undocumented
Declaration
Swift
public let routingObserver: RoutingObserver?
-
Undocumented
Declaration
Swift
public let routingObserverObjc: RoutingObserverObjcType?
-
Undocumented
Declaration
Swift
public init(routingObserver: RoutingObserverObjcType)
-
Undocumented
Declaration
Swift
public init(routingObserver: RoutingObserver)
-
Declaration
Swift
open func willPresent( controller: UIViewController, routeResult: RouteResult, routingPresenter: RoutingPresenter?, wireframe: Wireframe) throws
-
Undocumented
Declaration
Swift
open func willPresent( controller: UIViewController, routeResult: RouteResultObjc, routingPresenter: RoutingPresenterObjc?, wireframe: WireframeObjc) throws
-
Declaration
Swift
open func didPresent( controller: UIViewController, routeResult: RouteResult, routingPresenter: RoutingPresenter?, wireframe: Wireframe)
-
Undocumented
Declaration
Swift
open func didPresent( controller: UIViewController, routeResult: RouteResultObjc, routingPresenter: RoutingPresenterObjc?, wireframe: WireframeObjc)