Implement UI and logic, not completed yet

This commit is contained in:
ismailgulek
2020-09-18 18:56:58 +03:00
parent 371eea2e42
commit 9ba5d6f406
10 changed files with 455 additions and 147 deletions
@@ -21,6 +21,6 @@ import Foundation
/// RoomInfoListViewController view state
enum RoomInfoListViewState {
case loading
case loaded(_ displayName: String)
case loaded
case error(Error)
}