[Framework] Feed Item coordinator #17
@ -44,3 +44,19 @@ public final class FeedListCoordinator: Coordinator {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK: - FeedListCoordination
|
||||
extension FeedListCoordinator: FeedListCoordination {
|
||||
|
||||
// MARK: Functions
|
||||
func open(_ item: Review) {
|
||||
present(
|
||||
child: FeedItemCoordinator(
|
||||
item: item,
|
||||
router: router
|
||||
),
|
||||
animated: true
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user