From b67f787f7874c4588bebb80b87b275cee05b0e68 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 11 Aug 2008 13:17:05 +0200 Subject: Remove class MLKLispValue. --- MLKSharpsignColonReader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MLKSharpsignColonReader.h') 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 +#import -@interface MLKSharpsignColonReader : MLKLispValue +@interface MLKSharpsignColonReader : NSObject -(NSArray *) applyToArray:(NSArray *)arguments; @end -- cgit v1.2.3