diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-09-21 12:42:16 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-09-29 13:28:11 +0200 |
| commit | fa5faf8a20a401be2a5c308ed037429b346ceeba (patch) | |
| tree | 7ccf06e7bdd1f7c119a12a0774826347162d151e /ios/MullvadVPN/IPAddressRange+Codable.swift | |
| parent | bdfc8ae5599595c57ab0042fafede23efb4070b4 (diff) | |
| download | mullvadvpn-fa5faf8a20a401be2a5c308ed037429b346ceeba.tar.xz mullvadvpn-fa5faf8a20a401be2a5c308ed037429b346ceeba.zip | |
TunnelManager: refactor
Diffstat (limited to 'ios/MullvadVPN/IPAddressRange+Codable.swift')
| -rw-r--r-- | ios/MullvadVPN/IPAddressRange+Codable.swift | 2 |
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 { |
