Swiftgram/LegacyComponents/TGListsTableView.h
2017-08-04 18:11:13 +03:00

12 lines
212 B
Objective-C

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