Merge pull request #420 from facebook/swolchok-patch-1

s/assign/strong/ on an object-typed ivar
This commit is contained in:
Ryan Nystrom 2015-04-08 16:36:02 -07:00
commit 300724388b

View File

@ -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