summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/IPAddressRange+Codable.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/IPAddressRange+Codable.swift
parent2742d8a5bac9d14a08c17e47e4cd4cdbc5a2ae66 (diff)
parentcf2dd603d9ed4703861dc454e144c8f2e16f1a58 (diff)
downloadmullvadvpn-bbff048e0781a77fa4ae8a02ced14f08b4b4e974.tar.xz
mullvadvpn-bbff048e0781a77fa4ae8a02ced14f08b4b4e974.zip
Merge branch 'remove-go-runtime-gui'
Diffstat (limited to 'ios/MullvadVPN/IPAddressRange+Codable.swift')
-rw-r--r--ios/MullvadVPN/IPAddressRange+Codable.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/IPAddressRange+Codable.swift b/ios/MullvadVPN/IPAddressRange+Codable.swift
index 79f9e00a65..57df3d1ac2 100644
--- a/ios/MullvadVPN/IPAddressRange+Codable.swift
+++ b/ios/MullvadVPN/IPAddressRange+Codable.swift
@@ -7,7 +7,7 @@
//
import Foundation
-import struct WireGuardKit.IPAddressRange
+import struct WireGuardKitTypes.IPAddressRange
extension IPAddressRange: Codable {
public func encode(to encoder: Encoder) throws {