aboutsummaryrefslogtreecommitdiff
path: root/foray/Scenes/ForayTableViewController.swift
diff options
context:
space:
mode:
Diffstat (limited to 'foray/Scenes/ForayTableViewController.swift')
-rw-r--r--foray/Scenes/ForayTableViewController.swift4
1 files changed, 3 insertions, 1 deletions
diff --git a/foray/Scenes/ForayTableViewController.swift b/foray/Scenes/ForayTableViewController.swift
index 72d3569..13b9dea 100644
--- a/foray/Scenes/ForayTableViewController.swift
+++ b/foray/Scenes/ForayTableViewController.swift
@@ -12,7 +12,9 @@ struct YearSection {
var items: [PenguinItemViewModel]
}
-class ForayTableViewController: UITableViewController, ForayCoordinated {
+class ForayTableViewController: UITableViewController, Coordinated {
+
+ typealias CoordinatorType = ForayCoordinator
let presenter: PenguinItemPresenter = PenguinItemPresenter()
var coordinator: ForayCoordinator?