mirror of
https://github.com/logos-messaging/waku-react-native.git
synced 2026-01-02 14:23:08 +00: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
|