aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Coordinators/AppCoordinator+SettingsTableViewControllerDelegate.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-23 23:22:14 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commitcc26734d5d1d7198c2d68b0cc29399f3cf2f010a (patch)
treeace104e60d822b1ffcfcf384781442831ee05abc /WireGuard/Coordinators/AppCoordinator+SettingsTableViewControllerDelegate.swift
parentPrepare for rewrite: Remove CocoaPods (diff)
downloadwireguard-apple-cc26734d5d1d7198c2d68b0cc29399f3cf2f010a.tar.xz
wireguard-apple-cc26734d5d1d7198c2d68b0cc29399f3cf2f010a.zip
Prepare for rewrite: Remove UI and model code
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/Coordinators/AppCoordinator+SettingsTableViewControllerDelegate.swift18
1 files changed, 0 insertions, 18 deletions
diff --git a/WireGuard/Coordinators/AppCoordinator+SettingsTableViewControllerDelegate.swift b/WireGuard/Coordinators/AppCoordinator+SettingsTableViewControllerDelegate.swift
deleted file mode 100644
index 9961043..0000000
--- a/WireGuard/Coordinators/AppCoordinator+SettingsTableViewControllerDelegate.swift
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
-
-import UIKit
-import PromiseKit
-import NetworkExtension
-
-enum GoVersionCoordinatorError: Error {
- case noEnabledSession
- case noResponse
-}
-
-extension AppCoordinator: SettingsTableViewControllerDelegate {
- func exportTunnels(settingsTableViewController: SettingsTableViewController, sourceView: UIView) {
- self.exportConfigs(sourceView: sourceView)
- }
-}