Swiftgram/LegacyComponents/TGListsTableView.h
Ilya Laktyushin 0af24b5954 no message
2017-11-24 15:32:12 +04:00

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