mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Introduce ASInterfaceState on ASDisplayNode.
Later, this will be added to ASViewController. Right now it is not hooked up to drive anything. It will become the codepath that drives calls like -fetchData and -clearContents.
This commit is contained in:
@@ -72,6 +72,8 @@ typedef NS_OPTIONS(NSUInteger, ASDisplayNodeMethodOverrides) {
|
||||
NSMutableSet *_pendingDisplayNodes;
|
||||
|
||||
_ASPendingState *_pendingViewState;
|
||||
|
||||
ASInterfaceState _interfaceState;
|
||||
|
||||
struct ASDisplayNodeFlags {
|
||||
// public properties
|
||||
|
||||
Reference in New Issue
Block a user