Skip to content

Commit 6e7cfce

Browse files
committed
Remove weak from protocol definition
1 parent baef81e commit 6e7cfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/URLNavigator/NavigatorType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public typealias URLOpenHandler = () -> Bool
1212

1313
public protocol NavigatorType {
1414
var matcher: URLMatcher { get }
15-
weak var delegate: NavigatorDelegate? { get set }
15+
var delegate: NavigatorDelegate? { get set }
1616

1717
/// Registers a view controller factory to the URL pattern.
1818
func register(_ pattern: URLPattern, _ factory: @escaping ViewControllerFactory)

0 commit comments

Comments
 (0)