Skip to content

Commit

Permalink
๐Ÿ— :: [#155] lint์—๋Ÿฌ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunho0922 committed Feb 1, 2024
1 parent cef39dc commit 207ba61
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
import UIKit
import SelfCareFeature

import RxFlow

import SelfCareFeature
import Core

class SceneDelegate: UIResponder, UIWindowSceneDelegate {

var window: UIWindow?
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {


func scene(_ scene: UIScene, willConnectTo _: UISceneSession, options _: UIScene.ConnectionOptions) {
guard let windowScene = (scene as? UIWindowScene) else { return }
window = UIWindow(windowScene: windowScene)
window?.rootViewController = UINavigationController(rootViewController: SelfCareMyRoutineEditViewController(SelfCareMyRoutineEditViewModel()))
Expand Down

0 comments on commit 207ba61

Please sign in to comment.