OSDN Git Service

first commit
[eliscolors/main.git] / Elis_ColorsAppDelegate.h
1 //
2 //  Elis_ColorsAppDelegate.h
3 //  Elis Colors
4 //
5 //  Created by 柳 on 09/09/12.
6 //  Copyright 2009 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface Elis_ColorsAppDelegate : NSObject <NSApplicationDelegate> {
12     NSWindow *window;
13 }
14
15 @property (assign) IBOutlet NSWindow *window;
16
17 @end