10 lines
116 B
C#
Raw Normal View History

2023-11-09 13:01:58 +05:30
namespace firebase;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}