[ASTextKitComponents] Temporary components can be deallocated off main (#610)

This commit is contained in:
Huy Nguyen
2017-10-10 16:03:30 +01:00
committed by GitHub
parent 4dbb6441d7
commit 929bd4c60e
2 changed files with 17 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ AS_SUBCLASSING_RESTRICTED
@property (nonatomic, strong, readonly) NSTextStorage *textStorage;
@property (nonatomic, strong, readonly) NSTextContainer *textContainer;
@property (nonatomic, strong, readonly) NSLayoutManager *layoutManager;
@property (nullable, nonatomic, strong) UITextView *textView;
@property (nonatomic, strong, nullable) UITextView *textView;
@end