#pragma once #include "App.xaml.g.h" namespace winrt::WebViewWindows::implementation { struct App : AppT<App> { App() noexcept; }; } // namespace winrt::WebViewWindows::implementation