X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJInputPathElement.h;h=f3f27c2f9c66b3f63578102dc3b5cd42aeb37c1b;hp=87500382f9bdf8836398beac4175f6795dcfbbd4;hb=8f3613a31e2012374e00a6973f221421e0b770f0;hpb=a82e3a2bd6d2ada91880584bd415dfd18bfc3ede diff --git a/Classes/NJInputPathElement.h b/Classes/NJInputPathElement.h index 8750038..f3f27c2 100644 --- a/Classes/NJInputPathElement.h +++ b/Classes/NJInputPathElement.h @@ -2,9 +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