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

This commit is contained in:
Gil Eluard
2021-09-06 07:46:43 +03:00
parent 7dd4af28b6
commit fd5d96aff9
25 changed files with 978 additions and 27 deletions
@@ -21,6 +21,6 @@ import Foundation
/// SpaceListViewController view state
enum SpaceListViewState {
case loading
case loaded(_ sections: [SpaceListSection])
case loaded(_ sections: [SpaceListSection], _ homeIndexPath: IndexPath)
case error(Error)
}