#1098 - Generated UserSuggestion from template, got initial UI working and automatically updating.

This commit is contained in:
Stefan Ceriu
2021-09-30 09:37:59 +03:00
parent 63ec641820
commit ccfdfa1fb8
23 changed files with 864 additions and 4 deletions
@@ -40,7 +40,6 @@ class ViewModelContext<ViewState:BindableState, ViewAction>: ObservableObject {
// MARK: Private
private var cancellables = Set<AnyCancellable>()
fileprivate let viewActions: PassthroughSubject<ViewAction, Never>
// MARK: Public