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