From 10982a57ef67a1bf5c8c3fe196afdc8b0cf9858d Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Sat, 22 Dec 2018 17:08:55 +0530 Subject: import Foundation instead of UIKit wherever possible Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Crypto/Curve25519.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WireGuard/WireGuard/Crypto/Curve25519.swift') diff --git a/WireGuard/WireGuard/Crypto/Curve25519.swift b/WireGuard/WireGuard/Crypto/Curve25519.swift index bd49e12..d498a64 100644 --- a/WireGuard/WireGuard/Crypto/Curve25519.swift +++ b/WireGuard/WireGuard/Crypto/Curve25519.swift @@ -1,7 +1,7 @@ // SPDX-License-Identifier: MIT // Copyright © 2018-2019 WireGuard LLC. All Rights Reserved. -import UIKit +import Foundation struct Curve25519 { -- cgit v1.2.3-59-g8ed1b