feat: Add button to open subscriptions page from simulator result
This commit is contained in:
@@ -255,3 +255,13 @@ class SubscriptionsViewController: UITableViewController {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
extension SubscriptionsViewController: StoryboardInitializable {
|
||||
static var storyboardName: String {
|
||||
"Main"
|
||||
}
|
||||
|
||||
static var storyboardControllerId: String {
|
||||
"subscriptionsController"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user