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