feat: Add button to open subscriptions page from simulator result

This commit is contained in:
Andrea Busi
2020-11-21 12:29:29 +01:00
parent c9b4ef1aa5
commit 024a7c6333
3 changed files with 19 additions and 1 deletions
@@ -255,3 +255,13 @@ class SubscriptionsViewController: UITableViewController {
}
}
}
extension SubscriptionsViewController: StoryboardInitializable {
static var storyboardName: String {
"Main"
}
static var storyboardControllerId: String {
"subscriptionsController"
}
}