aboutsummaryrefslogtreecommitdiffstats
path: root/Shared/ProviderConfigurationKeys.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-11-02 15:39:03 +0530
committerRoopesh Chander <roop@roopc.net>2018-11-02 15:39:10 +0530
commit969e0bda1075399bc7b1a509a130f4a494460ab1 (patch)
tree831232b18bafd7aefffcef15a49568054850d009 /Shared/ProviderConfigurationKeys.swift
parentHandle cell reuse in showing delete buttons in red (diff)
downloadwireguard-apple-969e0bda1075399bc7b1a509a130f4a494460ab1.tar.xz
wireguard-apple-969e0bda1075399bc7b1a509a130f4a494460ab1.zip
Remove files we don't need
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'Shared/ProviderConfigurationKeys.swift')
-rw-r--r--Shared/ProviderConfigurationKeys.swift9
1 files changed, 0 insertions, 9 deletions
diff --git a/Shared/ProviderConfigurationKeys.swift b/Shared/ProviderConfigurationKeys.swift
deleted file mode 100644
index 6213165..0000000
--- a/Shared/ProviderConfigurationKeys.swift
+++ /dev/null
@@ -1,9 +0,0 @@
-//
-// Copyright © 2018 WireGuard LLC. All Rights Reserved.
-//
-
-import Foundation
-
-enum PCKeys: String {
- case title, tunnelIdentifier, endpoints, dns, addresses, mtu, settings
-}