Fixed up the Add Feed and Add Folder functionality so that it functions again.

This commit is contained in:
Maurice Parker
2019-04-16 16:03:30 -05:00
parent 615e183242
commit 41926b4c69
5 changed files with 113 additions and 137 deletions

View File

@@ -8,8 +8,9 @@
import UIKit
class AddAccountViewController: UITableViewController {
class AddAccountViewController: UITableViewController, AddContainerViewControllerChild {
var delegate: AddContainerViewControllerChildDelegate?
override func viewDidLoad() {
super.viewDidLoad()
@@ -18,4 +19,12 @@ class AddAccountViewController: UITableViewController {
}
func cancel() {
}
func add() {
}
}