/* * 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. */ #import #ifdef __cplusplus #include #include #endif @protocol RCTTurboModuleWithJSIBindings #ifdef __cplusplus @optional - (void)installJSIBindingsWithRuntime:(facebook::jsi::Runtime &)runtime callInvoker:(const std::shared_ptr &)callinvoker; - (void)installJSIBindingsWithRuntime:(facebook::jsi::Runtime &)runtime __attribute__((deprecated("Use 'installJSIBindingsWithRuntime:callInvoker:' instead"))); #endif @end