/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/rn-tester/NativeComponentExample/ios/RCTInteropTestView.h
15 строк
305 B
Riccardo Cipolleschi
Add Example for InteropLayer on RNTester (#51260)
14 май 2025, 20:11
14 май 2025, 20:11
e9c8fee
Код
Авторство
О чём код?
/* * 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 <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface InteropTestView : UIView @end NS_ASSUME_NONNULL_END