mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Letting ASCellNode and its subclasses handle didScroll
This commit is contained in:
15
AsyncDisplayKit/ASCellNode+Internal.h
Normal file
15
AsyncDisplayKit/ASCellNode+Internal.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// ASCellNode+Internal.h
|
||||
// Pods
|
||||
//
|
||||
// Created by Max Gu on 2/19/16.
|
||||
//
|
||||
//
|
||||
|
||||
#import "ASCellNode.h"
|
||||
|
||||
@interface ASCellNode (Internal)
|
||||
|
||||
- (void)_visibleNodeDidScroll:(UIScrollView *)scrollView withCellFrame:(CGRect)cellFrame;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user