From e7dcad2ba14d8188cce0ff976187fe045ee7f9a4 Mon Sep 17 00:00:00 2001 From: Christoph Purrer Date: Tue, 17 Jan 2023 02:57:51 -0800 Subject: [PATCH] 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 --- React/CoreModules/RCTDevLoadingView.h | 1 - 1 file changed, 1 deletion(-) diff --git a/React/CoreModules/RCTDevLoadingView.h b/React/CoreModules/RCTDevLoadingView.h index 175adc56ccc7a0..a6405ec7712d00 100644 --- a/React/CoreModules/RCTDevLoadingView.h +++ b/React/CoreModules/RCTDevLoadingView.h @@ -7,7 +7,6 @@ #import #import -#import @interface RCTDevLoadingView : NSObject @end