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

7 lines
147 B
Objective-C

#import "ASCellNode.h"
#import "ELMElement.h"
@interface ELMCellNode : ASCellNode
@property (atomic, strong, readwrite) ELMElement *element;
@end