Add my threads filtering

This commit is contained in:
ismailgulek
2021-11-19 03:36:51 +03:00
parent c02ef17d24
commit c5d95994a1
7 changed files with 89 additions and 8 deletions
@@ -21,6 +21,8 @@ import Foundation
/// ThreadListViewController view actions exposed to view model
enum ThreadListViewAction {
case loadData
case showFilterTypes
case selectFilterType(_ type: ThreadListFilterType)
case complete
case cancel
}