5 lines
123 B
Objective-C
5 lines
123 B
Objective-C
#import "ASNodeController.h"
|
|
|
|
@interface ELMNodeController : ASNodeController
|
|
- (const void *)materializationContext;
|
|
@end
|