[Spaces] M10.6 Space preview bottom sheet #4497

This commit is contained in:
Gil Eluard
2021-09-06 07:46:43 +03:00
parent d7a19a7531
commit 254e5a1b76
25 changed files with 978 additions and 27 deletions
@@ -21,6 +21,6 @@ import Foundation
/// SpaceListViewController view actions exposed to view model
enum SpaceListViewAction {
case loadData
case selectRow(at: IndexPath)
case selectRow(at: IndexPath, from: UIView?)
case moreAction(at: IndexPath, from: UIView)
}