Skip to content

Commit

Permalink
[Chore/#104] Coordinator Type 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed Dec 18, 2024
1 parent fc23a08 commit 3063dad
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ import Core

/// NavigationStack을 사용할 경우 이전에 대한 정보를 모두 갖고 있기 때문에 부모 - 자식 코디네이터 불필요
public protocol CoordinatorType: AnyObject {
associatedtype View: SwiftUI.View

var navigationPath: NavigationPath { get set }

func start() -> AnyView
func start() -> View

func push(to view: any Hashable)
func pop()
Expand Down

0 comments on commit 3063dad

Please sign in to comment.