PresenterObjc
@objc
open class PresenterObjc : NSObject, Presenter, PresenterObjcType
Undocumented
-
Undocumented
Declaration
Swift
public let presenter: Presenter? -
Undocumented
Declaration
Swift
public let presenterObjc: PresenterObjcType? -
Undocumented
Declaration
Swift
public init(presenter: Presenter) -
Undocumented
Declaration
Swift
public init(presenter: PresenterObjcType) -
Undocumented
Declaration
Swift
public func isResponsible(routeResult: RouteResult, controller: UIViewController) -> Bool -
Undocumented
Declaration
Swift
open func isResponsible(routeResult: RouteResultObjc, controller: UIViewController) -> Bool -
Declaration
Swift
open func addPresentationLogic(routeResult: RouteResult, controller: UIViewController) throws -
Undocumented
Declaration
Swift
open func addPresentationLogic(routeResult: RouteResultObjc, controller: UIViewController) throws
View on GitHub
PresenterObjc Class Reference