aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/WireGuardApp/UI/TunnelImporter.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WireGuardApp/UI/TunnelImporter.swift')
-rw-r--r--Sources/WireGuardApp/UI/TunnelImporter.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/Sources/WireGuardApp/UI/TunnelImporter.swift b/Sources/WireGuardApp/UI/TunnelImporter.swift
index 3846382..46f2c92 100644
--- a/Sources/WireGuardApp/UI/TunnelImporter.swift
+++ b/Sources/WireGuardApp/UI/TunnelImporter.swift
@@ -2,7 +2,6 @@
// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
import Foundation
-import WireGuardKit
class TunnelImporter {
static func importFromFile(urls: [URL], into tunnelsManager: TunnelsManager, sourceVC: AnyObject?, errorPresenterType: ErrorPresenterProtocol.Type, completionHandler: (() -> Void)? = nil) {