Swiftgram/LegacyComponents/TGListsTableView.h
Ilya Laktyushin d7593512d5 no message
2017-10-01 00:02:37 +03:00

13 lines
233 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGListsTableView : UITableView
@property (nonatomic, assign) bool blockContentOffset;
@property (nonatomic, copy) void (^onHitTest)(CGPoint);
- (void)adjustBehaviour;
- (void)scrollToTop;
@end