mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Introduce Temporary Internal API to Allow Workaround for Threading Affinity Violation
See D1809545 in fbobjc.
This commit is contained in:
@@ -120,6 +120,9 @@ typedef NS_OPTIONS(NSUInteger, ASDisplayNodeMethodOverrides) {
|
||||
- (BOOL)__shouldSize;
|
||||
- (void)__exitedHierarchy;
|
||||
|
||||
// Core implementation of -measure:. Must be called with _propertyLock held.
|
||||
- (CGSize)__measure:(CGSize)constrainedSize;
|
||||
|
||||
- (void)__layout;
|
||||
- (void)__setSupernode:(ASDisplayNode *)supernode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user