Formal protocol for the interface shared between Joysticks and JSActions, use new...
[enjoyable.git] / NJActionPathElement.h
1 #import <Foundation/Foundation.h>
2
3 @protocol NJActionPathElement <NSObject>
4
5 - (NSArray *)children;
6 - (id <NJActionPathElement>) base;
7 - (NSString *)name;
8
9 @end