зеркало из https://github.com/github/Rebel.git
Update a couple more declarations to match NSView
This commit is contained in:
Родитель
5bfcdb4e29
Коммит
fc6f83914a
|
@ -18,11 +18,11 @@
|
||||||
@interface RBLClipView : NSClipView
|
@interface RBLClipView : NSClipView
|
||||||
|
|
||||||
// The backing layer for this view.
|
// The backing layer for this view.
|
||||||
@property (nonatomic, strong) CAScrollLayer *layer;
|
@property (atomic, strong) CAScrollLayer *layer;
|
||||||
|
|
||||||
// Whether the content in this view is opaque.
|
// Whether the content in this view is opaque.
|
||||||
//
|
//
|
||||||
// Defaults to NO.
|
// Defaults to NO.
|
||||||
@property (nonatomic, getter = isOpaque) BOOL opaque;
|
@property (atomic, getter = isOpaque) BOOL opaque;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче