diff options
Diffstat (limited to 'MLKBackquoteReader.h')
-rw-r--r-- | MLKBackquoteReader.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MLKBackquoteReader.h b/MLKBackquoteReader.h index 64553d7..9dec542 100644 --- a/MLKBackquoteReader.h +++ b/MLKBackquoteReader.h @@ -17,11 +17,10 @@ */ #import "MLKFuncallable.h" -#import "MLKLispValue.h" #import <Foundation/NSArray.h> -@interface MLKBackquoteReader : MLKLispValue <MLKFuncallable> +@interface MLKBackquoteReader : NSObject <MLKFuncallable> -(NSArray *) applyToArray:(NSArray *)arguments; @end |