aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/ViewController.swift
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-08-11 12:45:54 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-27 15:13:01 +0530
commit6ada0a285781094bffb9fcd0a3f1eac728d3578c (patch)
tree468e1da414db85f2ddf53f6bbc4e8c95c183aa26 /WireGuard/WireGuard/ViewController.swift
parentPrepare for rewrite: Remove CocoaPods and Carthage stuff from .gitignore (diff)
downloadwireguard-apple-6ada0a285781094bffb9fcd0a3f1eac728d3578c.tar.xz
wireguard-apple-6ada0a285781094bffb9fcd0a3f1eac728d3578c.zip
Create a new project in Xcode
Signed-off-by: Roopesh Chander <roop@roopc.net>
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.
+ }
+
+
+}
+