Application

  • Declaration

    Swift

    @main
    class AppDelegate : UIResponder, UIApplicationDelegate
  • Declaration

    Swift

    class SceneDelegate : UIResponder, UIWindowSceneDelegate
  • Api 관련 정보를 갖고있는 클래스 입니다.

    See more

    Declaration

    Swift

    final class AppConfiguration
  • 앱의 최초 화면 플로우를 정하는 클래스 입니다.

    시작할 화면 플로우를 childCoordinator에 저장 후 해당 플로우를 시작합니다.

    See more

    Declaration

    Swift

    final class AppFlowCoordinator : Coordinator
    extension AppFlowCoordinator: CoordinatorFinishDelegate