Skip to content

Commit 4a02dcb

Browse files
committed
Added Core.Interfaces namespace to quick start example code
1 parent 9b236d0 commit 4a02dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ Once the `UnityMVVMToolkit` is installed, create a class `MyFirstViewModel` that
827827

828828
```csharp
829829
using UnityMvvmToolkit.Core;
830+
using UnityMvvmToolkit.Core.Interfaces;
830831

831832
public class MyFirstViewModel : IBindingContext
832833
{

0 commit comments

Comments
 (0)