/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/React/DevSupport/RCTPausedInDebuggerOverlayController.h
15 строк
385 B
Moti Zilberman
Tweak pause overlay design, remove Step Over button (#44118)
17 апр 2024, 14:05
17 апр 2024, 14:05
f9eb35a
Код
Авторство
О чём код?
/* * 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> @interface RCTPausedInDebuggerOverlayController : NSObject - (void)showWithMessage:(NSString *)message onResume:(void (^)(void))onResume; - (void)hide; @end