mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Working implementation of ASInterfaceState for Display and FetchData behaviors.
This commit is contained in:
@@ -181,7 +181,10 @@ typedef NS_OPTIONS(NSUInteger, ASInterfaceState)
|
||||
*/
|
||||
@property (nonatomic, readonly, retain) CALayer *layer;
|
||||
|
||||
@property (nonatomic, readwrite) ASInterfaceState interfaceState;
|
||||
@property (nonatomic, readonly) ASInterfaceState interfaceState;
|
||||
|
||||
- (void)enterInterfaceState:(ASInterfaceState)interfaceState;
|
||||
- (void)exitInterfaceState:(ASInterfaceState)interfaceState;
|
||||
|
||||
/** @name Managing dimensions */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user