Room user indicators

Signed-off-by: Andy Uhnak <andyuhnak@gmail.com>
This commit is contained in:
Andy Uhnak
2022-02-23 09:47:35 +00:00
parent 2bec561b1f
commit 3f82e61723
28 changed files with 458 additions and 329 deletions
@@ -18,6 +18,9 @@ import UIKit
protocol SplitViewMasterPresentableDelegate: AnyObject {
/// Navigation router for the split view detail
var detailNavigationRouter: NavigationRouterType? { get }
/// Detail items from the split view
var detailModules: [Presentable] { get }