RCTImagePlugins.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: FBRCTImagePlugins.h is autogenerated by the build system.
  11. #import <React/FBRCTImagePlugins.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 RCTImageClassProvider(const char *name);
  22. // Lookup functions
  23. Class RCTGIFImageDecoderCls(void) __attribute__((used));
  24. Class RCTImageEditingManagerCls(void) __attribute__((used));
  25. Class RCTImageLoaderCls(void) __attribute__((used));
  26. Class RCTImageStoreManagerCls(void) __attribute__((used));
  27. Class RCTLocalAssetImageLoaderCls(void) __attribute__((used));
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #pragma GCC diagnostic pop
  32. #endif // RN_DISABLE_OSS_PLUGIN_HEADER