Implement thread list

This commit is contained in:
ismailgulek
2021-11-18 17:49:01 +03:00
parent 20ed38ce0f
commit 1593d07dec
12 changed files with 388 additions and 126 deletions
@@ -22,6 +22,6 @@ import Foundation
enum ThreadListViewState {
case idle
case loading
case loaded(_ displayName: String)
case loaded
case error(Error)
}