summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/IPAddressRange+Codable.swift
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-09-21 12:42:16 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-09-29 13:28:11 +0200
commitfa5faf8a20a401be2a5c308ed037429b346ceeba (patch)
tree7ccf06e7bdd1f7c119a12a0774826347162d151e /ios/MullvadVPN/IPAddressRange+Codable.swift
parentbdfc8ae5599595c57ab0042fafede23efb4070b4 (diff)
downloadmullvadvpn-fa5faf8a20a401be2a5c308ed037429b346ceeba.tar.xz
mullvadvpn-fa5faf8a20a401be2a5c308ed037429b346ceeba.zip
TunnelManager: refactor
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 f571227849..79f9e00a65 100644
--- a/ios/MullvadVPN/IPAddressRange+Codable.swift
+++ b/ios/MullvadVPN/IPAddressRange+Codable.swift
@@ -7,7 +7,7 @@
//
import Foundation
-import WireGuardKit
+import struct WireGuardKit.IPAddressRange
extension IPAddressRange: Codable {
public func encode(to encoder: Encoder) throws {