mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add ability to enable new rendering range with a class method in ASDisplayNode+Beta.h
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
|
||||
@interface ASDisplayNode (Beta)
|
||||
|
||||
+ (BOOL)shouldUseNewRenderingRange;
|
||||
+ (void)setShouldUseNewRenderingRange:(BOOL)shouldUseNewRenderingRange;
|
||||
|
||||
/** @name Layout */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user