mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 18:21:57 +01:00
9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
namespace bluewallet
|
|
{
|
|
[default_interface]
|
|
runtimeclass MainPage : Windows.UI.Xaml.Controls.Page
|
|
{
|
|
MainPage();
|
|
}
|
|
}
|