00001 // 00002 // Layermanager_01AppDelegate.h 00003 // Layermanager-01 00004 // 00005 // Created by Stephan Bauer on 08.01.10. 00006 // Copyright 2010 __MyCompanyName__. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 00011 @interface Layermanager_01AppDelegate : NSObject <NSApplicationDelegate> { 00012 NSWindow *window; 00013 } 00014 00015 @property (assign) IBOutlet NSWindow *window; 00016 00017 @end