Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 2bfd99e

Browse files
committed
Merge pull request #151 from github/more-nsview-properties
Update a couple more declarations to match NSView
2 parents 5bfcdb4 + fc6f839 commit 2bfd99e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Rebel/RBLClipView.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
@interface RBLClipView : NSClipView
1919

2020
// The backing layer for this view.
21-
@property (nonatomic, strong) CAScrollLayer *layer;
21+
@property (atomic, strong) CAScrollLayer *layer;
2222

2323
// Whether the content in this view is opaque.
2424
//
2525
// Defaults to NO.
26-
@property (nonatomic, getter = isOpaque) BOOL opaque;
26+
@property (atomic, getter = isOpaque) BOOL opaque;
2727

2828
@end

0 commit comments

Comments
 (0)