import Foundation instead of UIKit wherever possible

This commit is contained in:
Roopesh Chander 2018-12-22 17:08:55 +05:30
parent 809c64b219
commit 230713a6fc
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
import UIKit
import Foundation
struct Curve25519 {

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
import UIKit
import Foundation
//swiftlint:disable:next type_body_length
class TunnelViewModel {

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
import UIKit
import Foundation
enum ZipExporterError: WireGuardAppError {
case noTunnelsToExport

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: MIT
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
import UIKit
import Foundation
enum ZipImporterError: WireGuardAppError {
case noTunnelsInZipArchive