mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 23:38:57 +01:00
9 lines
147 B
Text
9 lines
147 B
Text
|
namespace bluewallet
|
||
|
{
|
||
|
[default_interface]
|
||
|
runtimeclass MainPage : Windows.UI.Xaml.Controls.Page
|
||
|
{
|
||
|
MainPage();
|
||
|
}
|
||
|
}
|