This commit is contained in:
Alfonso Grillo
2022-11-02 16:52:22 +01:00
parent d7f8aefdb0
commit 2045dfdaa0
3 changed files with 13 additions and 18 deletions
@@ -33,7 +33,7 @@ import Foundation
/// It provides a nice layer of consistency and also safety. As we are not passing the `ViewModel` to the view directly, shortcuts/hacks
/// can't be made into the `ViewModel`.
@dynamicMemberLookup
class ViewModelContext<ViewState: BindableState, ViewAction>: ObservableObject {
final class ViewModelContext<ViewState: BindableState, ViewAction>: ObservableObject {
// MARK: - Properties
// MARK: Private