2023-11-09 13:01:58 +05:30

10 lines
116 B
C#

namespace firebase;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}