mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 21:49:41 +00:00
16 lines
236 B
Objective-C
16 lines
236 B
Objective-C
//
|
|
// 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
|