mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
- Use modern Objective-C syntax.
- Simplify comparisons. - Remove dead stores.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
@interface ASTableView (Internal)
|
||||
|
||||
@property (nonatomic, retain, readonly) ASDataController *dataController;
|
||||
@property (nonatomic, strong, readonly) ASDataController *dataController;
|
||||
@property (nonatomic, weak, readwrite) ASTableNode *tableNode;
|
||||
@property (nonatomic, strong, readonly) ASRangeController *rangeController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user