X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInputPathElement.h;h=f3f27c2f9c66b3f63578102dc3b5cd42aeb37c1b;hp=8fe5c65aa3be5a3a35d2fee91308ae73124a5274;hb=8f3613a31e2012374e00a6973f221421e0b770f0;hpb=0064c1fbff36795885a9724081af2a17d83c20a3 diff --git a/Classes/NJInputPathElement.h b/Classes/NJInputPathElement.h index 8fe5c65..f3f27c2 100644 --- a/Classes/NJInputPathElement.h +++ b/Classes/NJInputPathElement.h @@ -2,8 +2,13 @@ @protocol NJInputPathElement +// TODO: It's time this became a real base class rather than a protocol. + - (NSArray *)children; - (id ) base; - (NSString *)name; +- (NSString *)uid; + +- (id )elementForUID:(NSString *)uid; @end