summaryrefslogtreecommitdiff
path: root/MLKDispatchingMacroCharacterReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKDispatchingMacroCharacterReader.h')
-rw-r--r--MLKDispatchingMacroCharacterReader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MLKDispatchingMacroCharacterReader.h b/MLKDispatchingMacroCharacterReader.h
index b4c2aba..5701ef1 100644
--- a/MLKDispatchingMacroCharacterReader.h
+++ b/MLKDispatchingMacroCharacterReader.h
@@ -17,14 +17,13 @@
*/
#import "MLKFuncallable.h"
-#import "MLKLispValue.h"
#import "MLKCharacter.h"
#import <Foundation/NSArray.h>
#import <Foundation/NSDictionary.h>
-@interface MLKDispatchingMacroCharacterReader : MLKLispValue <MLKFuncallable>
+@interface MLKDispatchingMacroCharacterReader : NSObject <MLKFuncallable>
{
NSMutableDictionary *_readerMacros;
}