Expose MockVPNProvider

This commit is contained in:
Davide De Rosa 2021-09-20 19:43:17 +02:00
parent ff4a1e3945
commit 48c7e068e6
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ import Foundation
/// Simulates a VPN provider. /// Simulates a VPN provider.
public class MockVPNProvider: VPNProvider, VPNProviderIPC { public class MockVPNProvider: VPNProvider, VPNProviderIPC {
/// :nodoc:
public init() {
}
// MARK: VPNProvider // MARK: VPNProvider
public let isPrepared: Bool = true public let isPrepared: Bool = true