Skip to content

Commit

Permalink
[Feat] 사용하지 않는 프로퍼티 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
SHcommit committed Oct 29, 2023
1 parent 60f30f8 commit b249ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SHCoordinator/FlowCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public protocol FlowCoordinator: FlowCoordinatorDelegate {
var parent: FlowCoordinator? { get set }
var child: [FlowCoordinator] { get set }
var presenter: UINavigationController? { get }
var viewController: UIViewController? { get }

init(presenter: UINavigationController?)

Expand Down

0 comments on commit b249ab2

Please sign in to comment.