Skip to content

Commit

Permalink
Remove UIKit import from RCTDevLoadingView.h (facebook#35843)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#35843

See: microsoft#1604

Changelog:
[iOS][Fixed]: Remove UIKit import from RCTDevLoadingView.h

Reviewed By: cipolleschi

Differential Revision: D42529787

fbshipit-source-id: 2a63574794a5c962a17b49fa46a146b1252a0445
  • Loading branch information
christophpurrer authored and OlimpiaZurek committed May 22, 2023
1 parent 4edc6ad commit 17eb7aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion React/CoreModules/RCTDevLoadingView.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

#import <React/RCTBridgeModule.h>
#import <React/RCTDevLoadingViewProtocol.h>
#import <UIKit/UIKit.h>

@interface RCTDevLoadingView : NSObject <RCTDevLoadingViewProtocol, RCTBridgeModule>
@end

0 comments on commit 17eb7aa

Please sign in to comment.