RCTBlobPlugins.h 936 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /**
  2. * Copyright (c) Facebook, Inc. and its affiliates.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. *
  7. * @generated by an internal plugin build system
  8. */
  9. #ifdef RN_DISABLE_OSS_PLUGIN_HEADER
  10. // FB Internal: FBRCTBlobPlugins.h is autogenerated by the build system.
  11. #import <React/FBRCTBlobPlugins.h>
  12. #else
  13. // OSS-compatibility layer
  14. #import <Foundation/Foundation.h>
  15. #pragma GCC diagnostic push
  16. #pragma GCC diagnostic ignored "-Wreturn-type-c-linkage"
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. // RCTTurboModuleManagerDelegate should call this to resolve module classes.
  21. Class RCTBlobClassProvider(const char *name);
  22. // Lookup functions
  23. Class RCTFileReaderModuleCls(void) __attribute__((used));
  24. Class RCTBlobManagerCls(void) __attribute__((used));
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #pragma GCC diagnostic pop
  29. #endif // RN_DISABLE_OSS_PLUGIN_HEADER