Files

16 lines
210 B
C++
Raw Permalink Normal View History

2020-03-16 19:30:25 -07:00
#pragma once
#include "App.xaml.g.h"
namespace winrt::WebViewWindows::implementation
{
struct App : AppT<App>
{
App() noexcept;
};
} // namespace winrt::WebViewWindows::implementation