UNPKG

503 Btext/x-cView Raw
1#include "pch.h"
2#include "ReactPackageProvider.h"
3#include "ReactPackageProvider.g.cpp"
4
5#include <ModuleRegistration.h>
6
7// NOTE: You must include the headers of your native modules here in
8// order for the AddAttributedModules call below to find them.
9#include "Clipboard.h"
10
11namespace winrt::NativeClipboard::implementation
12{
13 void ReactPackageProvider::CreatePackage(IReactPackageBuilder const& packageBuilder) noexcept
14 {
15 AddAttributedModules(packageBuilder);
16 }
17}
\No newline at end of file