|
@@ -0,0 +1,30 @@
|
|
1
|
+//
|
|
2
|
+// SignUpViewController.swift
|
|
3
|
+// EncuestaMarle
|
|
4
|
+//
|
|
5
|
+// Created by Tatiana Castro on 5/20/19.
|
|
6
|
+// Copyright © 2019 Marle. All rights reserved.
|
|
7
|
+//
|
|
8
|
+
|
|
9
|
+import UIKit
|
|
10
|
+
|
|
11
|
+class SignUpViewController: UIViewController {
|
|
12
|
+
|
|
13
|
+ override func viewDidLoad() {
|
|
14
|
+ super.viewDidLoad()
|
|
15
|
+
|
|
16
|
+ // Do any additional setup after loading the view.
|
|
17
|
+ }
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+ /*
|
|
21
|
+ // MARK: - Navigation
|
|
22
|
+
|
|
23
|
+ // In a storyboard-based application, you will often want to do a little preparation before navigation
|
|
24
|
+ override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
|
|
25
|
+ // Get the new view controller using segue.destination.
|
|
26
|
+ // Pass the selected object to the new view controller.
|
|
27
|
+ }
|
|
28
|
+ */
|
|
29
|
+
|
|
30
|
+}
|