newsmemory-ios-sdk/Frameworks/RNReanimated.xcframework/ios-arm64/Headers/NativeProxy.h

16 lines
317 B
Objective-C

#if __cplusplus
#import <RNReanimated/NativeReanimatedModule.h>
#import <React/RCTEventDispatcher.h>
#include <memory>
namespace reanimated {
std::shared_ptr<reanimated::NativeReanimatedModule> createReanimatedModule(
RCTBridge *bridge,
std::shared_ptr<facebook::react::CallInvoker> jsInvoker);
}
#endif