AppRouter

struct AppRouter

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    enum Scene
  • Undocumented

    Declaration

    Swift

    let root: UINavigationController
  • Undocumented

    Declaration

    Swift

    var window: UIWindow?
  • Undocumented

    Declaration

    Swift

    init(window: UIWindow?,
         root: UINavigationController = .init())
  • Undocumented

    Declaration

    Swift

    mutating func show(scene: Scene)