Update version

This commit is contained in:
Daniel Clark
2021-02-15 21:21:50 +00:00
parent b96155be73
commit 9fa476e57d
25 changed files with 726 additions and 68 deletions
@@ -0,0 +1,7 @@
namespace NotificationFlyoutSample
{
public interface INavigation
{
void OnNavigatedTo();
}
}