aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ViewController.swift
diff options
context:
space:
mode:
Diffstat (limited to 'WireGuard/WireGuard/ViewController.swift')
-rw-r--r--WireGuard/WireGuard/ViewController.swift25
1 files changed, 25 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/ViewController.swift b/WireGuard/WireGuard/ViewController.swift
new file mode 100644
index 0000000..ad705df
--- /dev/null
+++ b/WireGuard/WireGuard/ViewController.swift
@@ -0,0 +1,25 @@
+//
+// ViewController.swift
+// WireGuard
+//
+// Created by Roopesh Chander on 11/08/18.
+// Copyright © 2018 Roopesh Chander. All rights reserved.
+//
+
+import UIKit
+
+class ViewController: UIViewController {
+
+ override func viewDidLoad() {
+ super.viewDidLoad()
+ // Do any additional setup after loading the view, typically from a nib.
+ }
+
+ override func didReceiveMemoryWarning() {
+ super.didReceiveMemoryWarning()
+ // Dispose of any resources that can be recreated.
+ }
+
+
+}
+