summaryrefslogtreecommitdiff
path: root/MLKCommaReader.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 13:17:05 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 13:17:05 +0200
commitb67f787f7874c4588bebb80b87b275cee05b0e68 (patch)
treec71ea429d9768ece2f1acac1c273b886227aa84a /MLKCommaReader.h
parentf784dcad0bda2c518cc21df24180019263915da5 (diff)
Remove class MLKLispValue.
Diffstat (limited to 'MLKCommaReader.h')
-rw-r--r--MLKCommaReader.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/MLKCommaReader.h b/MLKCommaReader.h
index 89c8501..e584e0b 100644
--- a/MLKCommaReader.h
+++ b/MLKCommaReader.h
@@ -17,11 +17,9 @@
*/
#import "MLKFuncallable.h"
-#import "MLKLispValue.h"
-
#import <Foundation/NSArray.h>
-@interface MLKCommaReader : MLKLispValue <MLKFuncallable>
+@interface MLKCommaReader : NSObject <MLKFuncallable>
-(NSArray *) applyToArray:(NSArray *)arguments;
@end