Use title view and configure

This commit is contained in:
ismailgulek
2021-11-19 16:33:04 +03:00
parent 4bec86ca6f
commit c545de0791
3 changed files with 44 additions and 13 deletions
@@ -37,6 +37,7 @@ protocol ThreadListViewModelProtocol {
var viewState: ThreadListViewState { get }
var titleViewModel: ThreadRoomTitleViewModel { get }
var selectedFilterType: ThreadListFilterType { get }
var numberOfThreads: Int { get }
func threadViewModel(at index: Int) -> ThreadViewModel?