Mixed WIP

This commit is contained in:
Ali
2020-02-07 22:09:58 +00:00
parent e2071301c2
commit 9f73cc4018
31 changed files with 1424 additions and 334 deletions

View File

@@ -12,7 +12,7 @@ struct ChatListNodeView {
let originalView: ChatListView
let filteredEntries: [ChatListNodeEntry]
let isLoading: Bool
let filter: ChatListFilterPreset?
let filter: ChatListFilter?
}
enum ChatListNodeViewTransitionReason {