[+] Link deleteAccount button

This commit is contained in:
Hykilpikonna
2021-01-22 18:10:27 -05:00
parent 16046f7375
commit a774446a30
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -162,4 +162,12 @@ class ManageVC: UIViewController
{
AccountViewController.this.logout()
}
/**
Called when the user clicks the delete account button
*/
@IBAction func deleteAccount(_ sender: Any)
{
}
}