mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-05 07:59:42 +00:00
6 lines
189 B
Objective-C
6 lines
189 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface ELMNodeFactory : NSObject
|
|
+ (instancetype)sharedInstance;
|
|
- (id)nodeWithElement:(id)element materializationContext:(const void *)context;
|
|
@end
|