mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e7dcad2ba1
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35843 See: https://github.com/microsoft/react-native-macos/issues/1604 Changelog: [iOS][Fixed]: Remove UIKit import from RCTDevLoadingView.h Reviewed By: cipolleschi Differential Revision: D42529787 fbshipit-source-id: 2a63574794a5c962a17b49fa46a146b1252a0445
13 lines
360 B
Objective-C
13 lines
360 B
Objective-C
/*
|
|
* 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 <React/RCTBridgeModule.h>
|
|
#import <React/RCTDevLoadingViewProtocol.h>
|
|
|
|
@interface RCTDevLoadingView : NSObject <RCTDevLoadingViewProtocol, RCTBridgeModule>
|
|
@end
|