mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 11:41:08 +00:00
16 lines
210 B
C++
16 lines
210 B
C++
#pragma once
|
|
|
|
#include "App.xaml.g.h"
|
|
|
|
|
|
|
|
namespace winrt::WebViewWindows::implementation
|
|
{
|
|
struct App : AppT<App>
|
|
{
|
|
App() noexcept;
|
|
};
|
|
} // namespace winrt::WebViewWindows::implementation
|
|
|
|
|