Set mapping menu limit to 15/16, and show the number of unshown mappings in the item...
[enjoyable.git] / Classes / 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