Remove UIKit import from RCTDevLoadingView.h (#35843)

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
This commit is contained in:
Christoph Purrer
2023-01-17 02:57:51 -08:00
committed by Facebook GitHub Bot
parent 732a02a3c8
commit e7dcad2ba1
-1
View File
@@ -7,7 +7,6 @@
#import <React/RCTBridgeModule.h>
#import <React/RCTDevLoadingViewProtocol.h>
#import <UIKit/UIKit.h>
@interface RCTDevLoadingView : NSObject <RCTDevLoadingViewProtocol, RCTBridgeModule>
@end