mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-31 03:08:41 +00:00
7 lines
222 B
Objective-C
7 lines
222 B
Objective-C
#import "ASTextNode.h"
|
|
#import "ELMElement.h"
|
|
|
|
@interface ELMTextNode : ASTextNode
|
|
@property (atomic, strong, readwrite) ELMElement *element;
|
|
- (instancetype)initWithElement:(ELMElement *)element context:(id)context;
|
|
@end
|