summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/PrivateKeyWithMetadata.swift
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2022-03-15 10:51:04 +0100
committerAndrej Mihajlov <and@mullvad.net>2022-03-15 10:51:04 +0100
commitbbff048e0781a77fa4ae8a02ced14f08b4b4e974 (patch)
tree70ac227e0e7b8711f463529f48426344023eddde /ios/MullvadVPN/PrivateKeyWithMetadata.swift
parent2742d8a5bac9d14a08c17e47e4cd4cdbc5a2ae66 (diff)
parentcf2dd603d9ed4703861dc454e144c8f2e16f1a58 (diff)
downloadmullvadvpn-bbff048e0781a77fa4ae8a02ced14f08b4b4e974.tar.xz
mullvadvpn-bbff048e0781a77fa4ae8a02ced14f08b4b4e974.zip
Merge branch 'remove-go-runtime-gui'
Diffstat (limited to 'ios/MullvadVPN/PrivateKeyWithMetadata.swift')
-rw-r--r--ios/MullvadVPN/PrivateKeyWithMetadata.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/PrivateKeyWithMetadata.swift b/ios/MullvadVPN/PrivateKeyWithMetadata.swift
index fb39027817..04e73f784c 100644
--- a/ios/MullvadVPN/PrivateKeyWithMetadata.swift
+++ b/ios/MullvadVPN/PrivateKeyWithMetadata.swift
@@ -7,8 +7,8 @@
//
import Foundation
-import class WireGuardKit.PrivateKey
-import class WireGuardKit.PublicKey
+import class WireGuardKitTypes.PrivateKey
+import class WireGuardKitTypes.PublicKey
/// A struct holding a private WireGuard key with associated metadata
struct PrivateKeyWithMetadata: Equatable {