Expose MockVPNProvider
This commit is contained in:
parent
ff4a1e3945
commit
48c7e068e6
|
@ -28,6 +28,10 @@ import Foundation
|
|||
/// Simulates a VPN provider.
|
||||
public class MockVPNProvider: VPNProvider, VPNProviderIPC {
|
||||
|
||||
/// :nodoc:
|
||||
public init() {
|
||||
}
|
||||
|
||||
// MARK: VPNProvider
|
||||
|
||||
public let isPrepared: Bool = true
|
||||
|
|
Loading…
Reference in New Issue