summaryrefslogtreecommitdiff
path: root/MLKSharpsignColonReader.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 /MLKSharpsignColonReader.h
parentf784dcad0bda2c518cc21df24180019263915da5 (diff)
Remove class MLKLispValue.
Diffstat (limited to 'MLKSharpsignColonReader.h')
-rw-r--r--MLKSharpsignColonReader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKSharpsignColonReader.h b/MLKSharpsignColonReader.h
index b6edd95..3fc3af8 100644
--- a/MLKSharpsignColonReader.h
+++ b/MLKSharpsignColonReader.h
@@ -17,11 +17,11 @@
*/
#import "MLKFuncallable.h"
-#import "MLKLispValue.h"
#import <Foundation/NSArray.h>
+#import <Foundation/NSObject.h>
-@interface MLKSharpsignColonReader : MLKLispValue <MLKFuncallable>
+@interface MLKSharpsignColonReader : NSObject <MLKFuncallable>
-(NSArray *) applyToArray:(NSArray *)arguments;
@end