Skip to content

Commit dbd8141

Browse files
port (#1869)
1 parent 32b2311 commit dbd8141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

React/Base/RCTUIKit.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ CGPathRef UIBezierPathCreateCGPathRef(UIBezierPath *path);
395395

396396
- (void)setNeedsDisplay;
397397

398-
// An override of an undocumented API that controls the layer's masksToBounds property
399-
@property (nonatomic) BOOL clipsToBounds;
398+
// 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
399+
@property BOOL clipsToBounds;
400400
@property (nonatomic, copy) NSColor *backgroundColor;
401401
@property (nonatomic) CGAffineTransform transform;
402402

0 commit comments

Comments
 (0)