OSDN Git Service

add small window mode
[eliscolors/main.git] / Elis_ColorsAppDelegate.m
1 //
2 //  Elis_ColorsAppDelegate.m
3 //  Elis Colors
4 //
5 //  Created by 柳 on 09/09/12.
6 //  Copyright 2009 __MyCompanyName__. All rights reserved.
7 //
8
9 #import "Elis_ColorsAppDelegate.h"
10
11 #ifdef __SNOW_LEOPARD__
12
13 @implementation Elis_ColorsAppDelegate
14
15 @synthesize window;
16
17 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
18         // Insert code here to initialize your application 
19 }
20
21 @end
22
23 #endif