mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-13 23:09:24 +00:00
15 lines
333 B
Objective-C
15 lines
333 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TGListsTableView : UITableView
|
|
|
|
@property (nonatomic, assign) bool blockContentOffset;
|
|
@property (nonatomic, assign) CGFloat indexOffset;
|
|
@property (nonatomic, assign) bool mayHaveIndex;
|
|
|
|
@property (nonatomic, copy) void (^onHitTest)(CGPoint);
|
|
|
|
- (void)adjustBehaviour;
|
|
- (void)scrollToTop;
|
|
|
|
@end
|