mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
8 lines
147 B
Text
8 lines
147 B
Text
namespace bluewallet
|
|
{
|
|
[default_interface]
|
|
runtimeclass MainPage : Windows.UI.Xaml.Controls.Page
|
|
{
|
|
MainPage();
|
|
}
|
|
}
|