[+] Add comments
This commit is contained in:
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user