mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-20 01:52:04 +00:00
6 lines
147 B
Objective-C
6 lines
147 B
Objective-C
#import "ASCellNode.h"
|
|
#import "ELMElement.h"
|
|
|
|
@interface ELMCellNode : ASCellNode
|
|
@property (atomic, strong, readwrite) ELMElement *element;
|
|
@end
|