#import #import #import "VScheme.h" @interface SCMTextView : NSTextView - (void)insertText:(id)aString; @end @interface SCMInteractive : SCMTextView { int lastRetrieved; } - (id)initWithFrame:(NSRect)frameRect; - (void)insertText:(id)aString; - placeCursorAtEnd; - (NSString *)getSuffix; - (void)setString:(NSString *)aString; - (void)appendString:(NSString *)aString; - (void)keyDown:(NSEvent *)theEvent; @end