Files
react-native-config/Example/windows/ConfigExample/App.h
T

14 lines
206 B
C++
Raw Normal View History

2020-09-16 16:28:13 +02:00
#pragma once
#include "App.xaml.g.h"
namespace winrt::ConfigExample::implementation
{
struct App : AppT<App>
{
App() noexcept;
};
} // namespace winrt::ConfigExample::implementation