mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 05:51:42 +00:00
Merge pull request #420 from facebook/swolchok-patch-1
s/assign/strong/ on an object-typed ivar
This commit is contained in:
commit
300724388b
@ -17,7 +17,7 @@
|
|||||||
@interface ASTextNodeWordKernerTests : XCTestCase
|
@interface ASTextNodeWordKernerTests : XCTestCase
|
||||||
|
|
||||||
@property (nonatomic, readwrite, strong) ASTextNodeWordKerner *layoutManagerDelegate;
|
@property (nonatomic, readwrite, strong) ASTextNodeWordKerner *layoutManagerDelegate;
|
||||||
@property (nonatomic, readwrite, assign) ASTextKitComponents *components;
|
@property (nonatomic, readwrite, strong) ASTextKitComponents *components;
|
||||||
@property (nonatomic, readwrite, copy) NSAttributedString *attributedString;
|
@property (nonatomic, readwrite, copy) NSAttributedString *attributedString;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user