#import "REANode.h" #import @interface REAEventNode : REANode - (void)processEvent:(id)event; @end