BlueWallet/windows/bluewallet/MainPage.h

20 lines
363 B
C
Raw Normal View History

2021-06-24 12:46:08 -04:00
#pragma once
#include "MainPage.g.h"
#include <winrt/Microsoft.ReactNative.h>
namespace winrt::bluewallet::implementation
{
struct MainPage : MainPageT<MainPage>
{
MainPage();
};
}
namespace winrt::bluewallet::factory_implementation
{
struct MainPage : MainPageT<MainPage, implementation::MainPage>
{
};
}