Files
YTLitePlus/Tweaks/YouTubeHeader/_ASCollectionViewCell.h
2023-06-27 09:54:41 +02:00

9 lines
234 B
Objective-C

#import <UIKit/UIKit.h>
#import "ASCollectionElement.h"
#import "ASCellNode.h"
@interface _ASCollectionViewCell : UICollectionViewCell
@property (nonatomic, strong, readwrite) ASCollectionElement *element;
- (ASCellNode *)node;
@end