Skip to content

Commit b66db7a

Browse files
RuslanLafacebook-github-bot
authored andcommitted
fix more imports
Summary: There are many files across fbobjc relying on -include_pch and therefore they miss Foundation.h and UIKit.h includes. This diff was generated by a codemod and fixes these missing includes. More details on the missing imports https://fb.workplace.com/groups/929548250966094/permalink/981237982463787/ Changelog: [Internal] Reviewed By: yannickl Differential Revision: D37282740 fbshipit-source-id: 0f419025b3cf2f811e96ff464cb19e8e5a25aa09
1 parent b9adf2d commit b66db7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

React/Views/RCTViewUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77

88
#import <React/RCTDefines.h>
9+
#import <UIKit/UIKit.h>
910

1011
NS_ASSUME_NONNULL_BEGIN
1112

0 commit comments

Comments
 (0)