summaryrefslogtreecommitdiff
path: root/MLKSharpsignColonReader.h
diff options
context:
space:
mode:
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