aboutsummaryrefslogtreecommitdiffstats
path: root/src/AppDelegate.h
blob: 4dba427f33a161fd71c1bf9e17d6ca35c3c4a7e3 (plain)
1
2
3
4
5
6
7
8
9
#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate> {
	NSWindow *_window;
	NSScrollView *_scroll_view;
	NSTextView *_text_view;
	// NSTextFinder *_text_finder;
}
@end