mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-01 08:45:09 +08:00
Add property attributes
This commit is contained in:
@@ -50,9 +50,9 @@ struct ASImageNodeDrawParameters {
|
||||
@interface ASImageNodeContentsKey : NSObject {}
|
||||
|
||||
@property (nonatomic, strong) UIImage *image;
|
||||
@property CGSize backingSize;
|
||||
@property CGRect imageDrawRect;
|
||||
@property BOOL isOpaque;
|
||||
@property (nonatomic, assign) CGSize backingSize;
|
||||
@property (nonatomic, assign) CGRect imageDrawRect;
|
||||
@property (nonatomic, assign) BOOL isOpaque;
|
||||
@property (nonatomic, strong) UIColor *backgroundColor;
|
||||
@property ASDisplayNodeContextModifier preContextBlock;
|
||||
@property ASDisplayNodeContextModifier postContextBlock;
|
||||
|
||||
Reference in New Issue
Block a user