Signed-off-by: Roopesh Chander <roop@roopc.net>
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
-import UIKit
+import Foundation
struct Curve25519 {
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
-import UIKit
+import Foundation
//swiftlint:disable:next type_body_length
class TunnelViewModel {
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
-import UIKit
+import Foundation
enum ZipExporterError: WireGuardAppError {
case noTunnelsToExport
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
-import UIKit
+import Foundation
enum ZipImporterError: WireGuardAppError {
case noTunnelsInZipArchive