From b84b7d2c2db069fa67b76662929366c77b7b02dc Mon Sep 17 00:00:00 2001 From: Anand Rajeswaran Date: Wed, 5 Jul 2023 14:48:31 -0700 Subject: [PATCH] port --- React/Base/RCTUIKit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/React/Base/RCTUIKit.h b/React/Base/RCTUIKit.h index 79d4ffbe139f29..3bff39576c991b 100644 --- a/React/Base/RCTUIKit.h +++ b/React/Base/RCTUIKit.h @@ -395,8 +395,8 @@ CGPathRef UIBezierPathCreateCGPathRef(UIBezierPath *path); - (void)setNeedsDisplay; -// An override of an undocumented API that controls the layer's masksToBounds property -@property (nonatomic) BOOL clipsToBounds; +// FUTURE: When Xcode 14 is no longer supported (CI is building with Xcode 15), we can remove this override since it's now declared on NSView +@property BOOL clipsToBounds; @property (nonatomic, copy) NSColor *backgroundColor; @property (nonatomic) CGAffineTransform transform;