Move RoomDataSource releasing from TabBarCoordinator to SplitViewCoordinator.

This commit is contained in:
SBiOSoftWhare
2021-10-06 15:41:35 +02:00
parent 6721b99554
commit 66d24b6ead
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