summaryrefslogtreecommitdiff
path: root/MLKQuoteReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKQuoteReader.h')
-rw-r--r--MLKQuoteReader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MLKQuoteReader.h b/MLKQuoteReader.h
index 30ef9f6..7b24b91 100644
--- a/MLKQuoteReader.h
+++ b/MLKQuoteReader.h
@@ -17,11 +17,10 @@
*/
#import "MLKFuncallable.h"
-#import "MLKLispValue.h"
#import <Foundation/NSArray.h>
-@interface MLKQuoteReader : MLKLispValue <MLKFuncallable>
+@interface MLKQuoteReader : NSObject <MLKFuncallable>
-(NSArray *) applyToArray:(NSArray *)arguments;
@end