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

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