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

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