aboutsummaryrefslogtreecommitdiffstats
path: root/ScrollingTextView.h
blob: ef4a495f4b9e67b86bebc45a08fb4d84d0229a2c (plain)
1
2
3
4
5
6
7
8
9
/* ScrollingTextView */

#import <Cocoa/Cocoa.h>

@interface ScrollingTextView : NSTextView <NSLayoutManagerDelegate>
{
    IBOutlet NSResponder *theResponder;
}
@end