mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 10:21:37 +08:00
17 lines
321 B
C++
17 lines
321 B
C++
#pragma once
|
|
|
|
#include <memory>
|
|
#include <string>
|
|
|
|
#include <ReactCommon/JavaTurboModule.h>
|
|
|
|
namespace facebook {
|
|
namespace react {
|
|
|
|
std::shared_ptr<TurboModule> MainApplicationModuleProvider(
|
|
const std::string moduleName,
|
|
const JavaTurboModule::InitParams ¶ms);
|
|
|
|
} // namespace react
|
|
} // namespace facebook
|