mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-11 09:11:14 +08:00
Reviewed By: astreet Differential Revision: D2699681 fb-gh-sync-id: 81617187abec6d9bc1ffe3da02513c6875d0b93b
12 lines
209 B
C++
12 lines
209 B
C++
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include <JavaScriptCore/JSContextRef.h>
|
|
namespace facebook {
|
|
namespace react {
|
|
|
|
void addNativeMemoryHooks(JSGlobalContextRef ctx);
|
|
|
|
} }
|