/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/React/Base/RCTCallInvokerModule.h
19 строк
451 B
Ramanpreet Nara
Add macros to remove old runtime
12 июн 2025, 22:43
12 июн 2025, 22:43
fb1a4d7
Код
Авторство
О чём код?
/* * 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 <Foundation/Foundation.h> @class RCTCallInvoker; /** * Have your module conform to this protocol to access the CallInvoker. */ @protocol RCTCallInvokerModule <NSObject> @property (nonatomic, nullable, readwrite) RCTCallInvoker *callInvoker; @end