summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/REST/RESTClient.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ios/MullvadVPN/REST/RESTClient.swift')
-rw-r--r--ios/MullvadVPN/REST/RESTClient.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/REST/RESTClient.swift b/ios/MullvadVPN/REST/RESTClient.swift
index b58822d4cd..1f60e8b598 100644
--- a/ios/MullvadVPN/REST/RESTClient.swift
+++ b/ios/MullvadVPN/REST/RESTClient.swift
@@ -8,8 +8,8 @@
import Foundation
import Network
-import class WireGuardKit.PublicKey
-import struct WireGuardKit.IPAddressRange
+import class WireGuardKitTypes.PublicKey
+import struct WireGuardKitTypes.IPAddressRange
extension REST {