UNPKG

2.09 kBtext/x-cView Raw
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
10#ifdef RN_DISABLE_OSS_PLUGIN_HEADER
11
12// FB Internal: FBCoreModulesPlugins.h is autogenerated by the build system.
13#import <React/FBCoreModulesPlugins.h>
14
15#else
16
17// OSS-compatibility layer
18
19#import <Foundation/Foundation.h>
20
21#pragma GCC diagnostic push
22#pragma GCC diagnostic ignored "-Wreturn-type-c-linkage"
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28// RCTTurboModuleManagerDelegate should call this to resolve module classes.
29Class RCTCoreModulesClassProvider(const char *name);
30
31// Lookup functions
32Class RCTAccessibilityManagerCls(void) __attribute__((used));
33Class RCTAppearanceCls(void) __attribute__((used));
34Class RCTDeviceInfoCls(void) __attribute__((used));
35Class RCTExceptionsManagerCls(void) __attribute__((used));
36Class RCTPlatformCls(void) __attribute__((used));
37Class RCTClipboardCls(void) __attribute__((used));
38Class RCTI18nManagerCls(void) __attribute__((used));
39Class RCTSourceCodeCls(void) __attribute__((used));
40Class RCTActionSheetManagerCls(void) __attribute__((used));
41Class RCTAlertManagerCls(void) __attribute__((used));
42Class RCTAsyncLocalStorageCls(void) __attribute__((used));
43Class RCTTimingCls(void) __attribute__((used));
44Class RCTStatusBarManagerCls(void) __attribute__((used));
45Class RCTKeyboardObserverCls(void) __attribute__((used));
46Class RCTAppStateCls(void) __attribute__((used));
47Class RCTPerfMonitorCls(void) __attribute__((used));
48Class RCTDevMenuCls(void) __attribute__((used));
49Class RCTDevSettingsCls(void) __attribute__((used));
50Class RCTRedBoxCls(void) __attribute__((used));
51Class RCTLogBoxCls(void) __attribute__((used));
52Class RCTTVNavigationEventEmitterCls(void) __attribute__((used));
53Class RCTWebSocketExecutorCls(void) __attribute__((used));
54Class RCTWebSocketModuleCls(void) __attribute__((used));
55
56#ifdef __cplusplus
57}
58#endif
59
60#pragma GCC diagnostic pop
61
62#endif // RN_DISABLE_OSS_PLUGIN_HEADER