[+] 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
/**
Account view controller controlling the two separate view controllers
*/
class AccountViewController: UIViewController
{
@IBOutlet var vLogin: UIView!
@@ -126,6 +129,9 @@ class LoginVC: UIViewController
}
}
/**
Account manage view controller
*/
class ManageVC: UIViewController
{
static var this: ManageVC!