/* ScrollingTextView */ #import @interface ScrollingTextView : NSTextView { IBOutlet NSResponder *theResponder; } @end