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