14 lines
357 B
C
14 lines
357 B
C
/*
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#warning \
|
|
"The SurfaceRegistryBinding.h header has been renamed to AppRegistryBinding.h"
|
|
|
|
#include <react/renderer/uimanager/AppRegistryBinding.h>
|