import Foundation instead of UIKit wherever possible
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
5f15b664fc
commit
10982a57ef
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
||||||
|
|
||||||
import UIKit
|
import Foundation
|
||||||
|
|
||||||
struct Curve25519 {
|
struct Curve25519 {
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
||||||
|
|
||||||
import UIKit
|
import Foundation
|
||||||
|
|
||||||
//swiftlint:disable:next type_body_length
|
//swiftlint:disable:next type_body_length
|
||||||
class TunnelViewModel {
|
class TunnelViewModel {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
||||||
|
|
||||||
import UIKit
|
import Foundation
|
||||||
|
|
||||||
enum ZipExporterError: WireGuardAppError {
|
enum ZipExporterError: WireGuardAppError {
|
||||||
case noTunnelsToExport
|
case noTunnelsToExport
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
|
||||||
|
|
||||||
import UIKit
|
import Foundation
|
||||||
|
|
||||||
enum ZipImporterError: WireGuardAppError {
|
enum ZipImporterError: WireGuardAppError {
|
||||||
case noTunnelsInZipArchive
|
case noTunnelsInZipArchive
|
||||||
|
|
Loading…
Reference in New Issue