Export some RN functs
Reviewed By: majak Differential Revision: D4230417 fbshipit-source-id: 06845ff8aa0d05d9a4b997ced35cc017650d9d2e
This commit is contained in:
parent
ca58e0af82
commit
8f03969011
|
@ -130,8 +130,8 @@ bool isCustomJSCPtr(T *x) {
|
|||
void setCustomJSCWrapper(const JSCWrapper* wrapper);
|
||||
|
||||
// This will return a single value for the whole life of the process.
|
||||
const JSCWrapper *systemJSCWrapper();
|
||||
const JSCWrapper *customJSCWrapper();
|
||||
__attribute__((visibility("default"))) const JSCWrapper *systemJSCWrapper();
|
||||
__attribute__((visibility("default"))) const JSCWrapper *customJSCWrapper();
|
||||
|
||||
} }
|
||||
|
||||
|
|
Loading…
Reference in New Issue