[+] Add comments

This commit is contained in:
Hykilpikonna
2021-01-22 17:44:52 -05:00
parent 5835006985
commit aa602051d1
+6
View File
@@ -7,6 +7,9 @@
import UIKit import UIKit
/**
Account view controller controlling the two separate view controllers
*/
class AccountViewController: UIViewController class AccountViewController: UIViewController
{ {
@IBOutlet var vLogin: UIView! @IBOutlet var vLogin: UIView!
@@ -126,6 +129,9 @@ class LoginVC: UIViewController
} }
} }
/**
Account manage view controller
*/
class ManageVC: UIViewController class ManageVC: UIViewController
{ {
static var this: ManageVC! static var this: ManageVC!