diff options
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 { |
