mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Move RoomDataSource releasing from TabBarCoordinator to SplitViewCoordinator.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user