RCTCameraRollPlugins.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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: FBRCTCameraRollPlugins.h is autogenerated by the build system.
  11. #import <RCTCameraRollApple/FBRCTCameraRollPlugins.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 RCTCameraRollClassProvider(const char *name);
  22. // Lookup functions
  23. Class RCTAssetsLibraryRequestHandlerCls(void) __attribute__((used));
  24. Class RCTCameraRollManagerCls(void) __attribute__((used));
  25. Class RCTImagePickerManagerCls(void) __attribute__((used));
  26. Class RCTPhotoLibraryImageLoaderCls(void) __attribute__((used));
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #pragma GCC diagnostic pop
  31. #endif // RN_DISABLE_OSS_PLUGIN_HEADER