/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/scripts/codegen/templates/RCTModuleProvidersH.template
16 строк
373 B
Riccardo Cipolleschi
Improve Codegen to support automatic registration of Cxx TM (#49624)
27 фев 2025, 20:12
27 фев 2025, 20:12
6312360
Код
Авторство
О чём код?
/* * 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> @protocol RCTModuleProvider; @interface RCTModuleProviders: NSObject + (NSDictionary<NSString *, id<RCTModuleProvider>> *)moduleProviders; @end