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

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