aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/Coordinators/RootCoordinator.swift
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/Coordinators/RootCoordinator.swift')
-rw-r--r--WireGuard/Coordinators/RootCoordinator.swift15
1 files changed, 0 insertions, 15 deletions
diff --git a/WireGuard/Coordinators/RootCoordinator.swift b/WireGuard/Coordinators/RootCoordinator.swift
deleted file mode 100644
index 79ca0ad..0000000
--- a/WireGuard/Coordinators/RootCoordinator.swift
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// Copyright © 2018 WireGuard LLC. All rights reserved.
-//
-
-import Foundation
-import UIKit
-
-public protocol RootViewControllerProvider: class {
- // The coordinators 'rootViewController'. It helps to think of this as the view
- // controller that can be used to dismiss the coordinator from the view hierarchy.
- var rootViewController: UIViewController { get }
-}
-
-/// A Coordinator type that provides a root UIViewController
-public typealias RootViewCoordinator = Coordinator & RootViewControllerProvider