amis-rpc-design/node_modules/react-native-screens/windows/RNScreens/ScreenStackHeaderConfig.cpp
2023-10-07 19:42:30 +08:00

20 lines
646 B
C++

#include "pch.h"
#include "ScreenStackHeaderConfig.h"
#include "JSValueXaml.h"
#include "NativeModules.h"
namespace winrt {
using namespace Microsoft::ReactNative;
using namespace Windows::Foundation;
using namespace Windows::Foundation::Collections;
using namespace Windows::UI;
using namespace Windows::UI::Xaml;
using namespace Windows::UI::Xaml::Controls;
} // namespace winrt
namespace winrt::RNScreens::implementation {
ScreenStackHeaderConfig::ScreenStackHeaderConfig(
winrt::Microsoft::ReactNative::IReactContext reactContext)
: m_reactContext(reactContext) {}
} // namespace winrt::RNScreens::implementation