mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
add comments to deprecated getter methods, remove extraneous if statements
This commit is contained in:
@@ -126,6 +126,10 @@ typedef NS_ENUM(NSUInteger, ASCellNodeVisibilityEvent) {
|
||||
|
||||
@interface ASCellNode (Deprecated)
|
||||
|
||||
/**
|
||||
* Previous versions of ASDK did not include "is" in the name of the getter for these properties.
|
||||
* These older accessor methods don't match UIKit naming, and will be removed in a future version.
|
||||
*/
|
||||
- (BOOL)selected ASDISPLAYNODE_DEPRECATED;
|
||||
- (BOOL)highlighted ASDISPLAYNODE_DEPRECATED;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user