Skip to content

Commit 0cbbc6e

Browse files
committed
Reverted quotes around UIKit import
1 parent bfc365a commit 0cbbc6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/scripts/ios-prebuild/templates/React-umbrella.h

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

88
#ifdef __OBJC__
9-
#import "UIKit/UIKit.h"
9+
#import <UIKit/UIKit.h>
1010
#else
1111
#ifndef FOUNDATION_EXPORT
1212
#if defined(__cplusplus)

0 commit comments

Comments
 (0)