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

- Update after code review
This commit is contained in:
Gil Eluard
2021-09-15 11:16:20 +02:00
parent 158a968bcc
commit e8a2fb924d
7 changed files with 49 additions and 44 deletions
@@ -21,6 +21,7 @@ import Foundation
/// SpaceListViewController view state
enum SpaceListViewState {
case loading
case loaded(_ sections: [SpaceListSection], _ homeIndexPath: IndexPath)
case loaded(_ sections: [SpaceListSection])
case selectionChanged(_ indexPath: IndexPath)
case error(Error)
}