We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179aa18 commit 8b8012cCopy full SHA for 8b8012c
samples/Unity.Mvvm.Counter/Assets/Scripts/Views/BaseView.cs
@@ -8,7 +8,7 @@
8
9
namespace Views
10
{
11
- public class BaseView<TBindingContext> : DocumentView<TBindingContext>
+ public abstract class BaseView<TBindingContext> : DocumentView<TBindingContext>
12
where TBindingContext : class, INotifyPropertyChanged
13
14
[SerializeField] private AppContext _appContext;
0 commit comments