#1098 - Working real user suggestion inside the main application.

This commit is contained in:
Stefan Ceriu
2021-10-05 14:30:31 +03:00
parent 388e521a89
commit 71667de9b1
12 changed files with 191 additions and 57 deletions

View File

@@ -20,5 +20,5 @@ import Foundation
@available(iOS 14, *)
enum UserSuggestionViewModelResult {
case selectedItem(UserSuggestionItemProtocol)
case selectedItemWithIdentifier(String)
}