aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Coordinators/AppCoordinator+SettingsTableViewControllerDelegate.swift
diff options
context:
space:
mode:
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)
- }
-}