Skip to content

Commit a82e959

Browse files
committed
Fix type
1 parent 87bc2da commit a82e959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/MullvadVPN/TunnelManager/Tunnel.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protocol TunnelProtocol: AnyObject {
2626
var isOnDemandEnabled: Bool { get set }
2727
var startDate: Date? { get }
2828

29-
init(tunnelProvider: VPNTunnelProviderManagerProtocol)
29+
init(tunnelProvider: TunnelManagerProtocol)
3030

3131
func addObserver(_ observer: any TunnelStatusObserver)
3232
func removeObserver(_ observer: any TunnelStatusObserver)

0 commit comments

Comments
 (0)