X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJInputPathElement.h;fp=NJInputPathElement.h;h=8fe5c65aa3be5a3a35d2fee91308ae73124a5274;hp=0000000000000000000000000000000000000000;hb=f864d363128de19fc6591b77ae9226b34166d715;hpb=f563321aec9e13b8479ab3b890a9179f095a8b17 diff --git a/NJInputPathElement.h b/NJInputPathElement.h new file mode 100644 index 0000000..8fe5c65 --- /dev/null +++ b/NJInputPathElement.h @@ -0,0 +1,9 @@ +#import + +@protocol NJInputPathElement + +- (NSArray *)children; +- (id ) base; +- (NSString *)name; + +@end