Big rename part 1: 'action' to 'input'.
[enjoyable.git] / NJActionPathElement.h
diff --git a/NJActionPathElement.h b/NJActionPathElement.h
deleted file mode 100644 (file)
index f5eb0ca..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#import <Foundation/Foundation.h>
-
-@protocol NJActionPathElement <NSObject>
-
-- (NSArray *)children;
-- (id <NJActionPathElement>) base;
-- (NSString *)name;
-
-@end