/* FortuneTextView.h created by chris on Sat 26-Jun-1999 */ /* FortuneTextView.h * Chris Saldanha, June, 1999 * Subclass of NSTextView that quits the app on a mouse click. */ #import @interface FortuneTextView : NSTextView { } @end