Support magic @Application token for automatic mapping names. Fall back to the bundle...
[enjoyable.git] / NJInputPathElement.h
1 #import <Foundation/Foundation.h>
2
3 @protocol NJInputPathElement <NSObject>
4
5 - (NSArray *)children;
6 - (id <NJInputPathElement>) base;
7 - (NSString *)name;
8
9 @end