mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Introduce type property to replace layout id check
This commit is contained in:
@@ -31,6 +31,11 @@ extern BOOL CGPointIsNull(CGPoint point);
|
||||
*/
|
||||
@property (nonatomic, weak, readonly) id<ASLayoutable> layoutableObject;
|
||||
|
||||
/**
|
||||
* The type of ASLayoutable that created this layout
|
||||
*/
|
||||
@property (nonatomic, readonly) ASLayoutableType type;
|
||||
|
||||
/**
|
||||
* Size of the current layout
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user