mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +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
|
||||
|
||||
@property (nonatomic, readwrite, strong) ASTextNodeWordKerner *layoutManagerDelegate;
|
||||
@property (nonatomic, readwrite, assign) ASTextKitComponents *components;
|
||||
@property (nonatomic, readwrite, strong) ASTextKitComponents *components;
|
||||
@property (nonatomic, readwrite, copy) NSAttributedString *attributedString;
|
||||
|
||||
@end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user