first commit

This commit is contained in:
2025-07-14 00:42:12 +08:00
commit 1632c3329d
45 changed files with 2714 additions and 0 deletions

9
AppShell.xaml.cs Normal file
View File

@ -0,0 +1,9 @@
namespace HeartRateMonitorAndroid;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}