diff options
Diffstat (limited to 'ios/MullvadVPN/PrivateKeyWithMetadata.swift')
| -rw-r--r-- | ios/MullvadVPN/PrivateKeyWithMetadata.swift | 4 |
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 { |
