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