diff --git a/ProjectClock/AccountViewController.swift b/ProjectClock/AccountViewController.swift
index 9af7f40..9bf3e83 100644
--- a/ProjectClock/AccountViewController.swift
+++ b/ProjectClock/AccountViewController.swift
@@ -9,8 +9,32 @@ import UIKit
class AccountViewController: UIViewController
{
+ @IBOutlet var vLogin: UIView!
+ @IBOutlet var vManage: UIView!
+
override func viewDidLoad()
{
super.viewDidLoad()
}
}
+
+class LoginVC: UIViewController
+{
+ @IBOutlet weak var username: UITextField!
+ @IBOutlet weak var password: UITextField!
+
+ @IBAction func register(_ sender: Any)
+ {
+
+ }
+
+ @IBAction func login(_ sender: Any)
+ {
+
+ }
+}
+
+class ManageVC: UIViewController
+{
+
+}
diff --git a/ProjectClock/Base.lproj/Main.storyboard b/ProjectClock/Base.lproj/Main.storyboard
index 0a9b7b9..15fd8ee 100644
--- a/ProjectClock/Base.lproj/Main.storyboard
+++ b/ProjectClock/Base.lproj/Main.storyboard
@@ -150,176 +150,55 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
-
-
-
-
-
+
+
+
+
-
+
@@ -714,6 +593,194 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+