Move RoomDataSource releasing from TabBarCoordinator to SplitViewCoordinator.

This commit is contained in:
SBiOSoftWhare
2021-10-06 15:41:35 +02:00
parent 02921afd18
commit 994d3b8d32
3 changed files with 55 additions and 19 deletions
@@ -18,6 +18,8 @@ import UIKit
protocol SplitViewMasterPresentableDelegate: AnyObject {
func splitViewMasterPresentable(_ presentable: Presentable, wantsToDisplay detailPresentable: Presentable, popCompletion: (() -> Void)?)
var detailModules: [Presentable] { get }
}
/// `SplitViewMasterPresentableDelegate` default implementation