RCTSettingsPlugins.h 894 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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: FBRCTSettingsPlugins.h is autogenerated by the build system.
  11. #import <React/FBRCTSettingsPlugins.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 RCTSettingsClassProvider(const char *name);
  22. // Lookup functions
  23. Class RCTSettingsManagerCls(void) __attribute__((used));
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27. #pragma GCC diagnostic pop
  28. #endif // RN_DISABLE_OSS_PLUGIN_HEADER