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);
|
||
|
|
||
|
} }
|