Skip to content

Commit 15a5f36

Browse files
committed
Fix imports in RCTUtilsUIOverride.h
1 parent f253460 commit 15a5f36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

React/Base/RCTUtilsUIOverride.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* LICENSE file in the root directory of this source tree.
66
*/
77

8+
#import <Foundation/Foundation.h>
9+
#import <UIKit/UIKit.h>
10+
811
@interface RCTUtilsUIOverride : NSObject
912
/**
1013
Set the global presented view controller instance override.

0 commit comments

Comments
 (0)