mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 13:42:51 +00:00
16 lines
206 B
Objective-C
16 lines
206 B
Objective-C
//
|
|
// ASCellNode+Internal.h
|
|
// Pods
|
|
//
|
|
// Created by Max Gu on 2/19/16.
|
|
//
|
|
//
|
|
|
|
#import "ASCellNode.h"
|
|
|
|
@interface ASCellNode (Internal)
|
|
|
|
@property (nonatomic, assign) BOOL shouldObserveVisibility;
|
|
|
|
@end
|