Skip to content

Commit

Permalink
Remove UIKit import from RCTDevLoadingView.h (#35843)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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 facebook-github-bot committed Jan 17, 2023
1 parent 732a02a commit e7dcad2
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 e7dcad2

Please sign in to comment.