iOS: fix property from assign to copy
This commit is contained in:
parent
ac2a4121c2
commit
967ad27a22
@ -42,8 +42,8 @@ - (void)drawTextInRect:(CGRect)rect {
|
||||
|
||||
@interface DoricTextNode ()
|
||||
@property(nonatomic, strong) NSMutableParagraphStyle *paragraphStyle;
|
||||
@property(nonatomic, assign) NSNumber *underline;
|
||||
@property(nonatomic, assign) NSNumber *strikethrough;
|
||||
@property(nonatomic, copy) NSNumber *underline;
|
||||
@property(nonatomic, copy) NSNumber *strikethrough;
|
||||
@end
|
||||
|
||||
@implementation DoricTextNode
|
||||
|
Reference in New Issue
Block a user