BlueWallet/windows/bluewallet/AutolinkedNativeModules.g.cpp

15 lines
447 B
C++
Raw Normal View History

2021-06-24 12:46:08 -04:00
// AutolinkedNativeModules.g.cpp contents generated by "react-native autolink-windows"
// clang-format off
#include "pch.h"
#include "AutolinkedNativeModules.g.h"
namespace winrt::Microsoft::ReactNative
{
void RegisterAutolinkedNativeModulePackages(winrt::Windows::Foundation::Collections::IVector<winrt::Microsoft::ReactNative::IReactPackageProvider> const& packageProviders)
{
2021-07-20 12:21:46 -04:00
UNREFERENCED_PARAMETER(packageProviders);
2021-06-24 12:46:08 -04:00
}
}