summaryrefslogtreecommitdiffstats
path: root/Drex/DrexAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Drex/DrexAppDelegate.h')
-rw-r--r--Drex/DrexAppDelegate.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/Drex/DrexAppDelegate.h b/Drex/DrexAppDelegate.h
new file mode 100644
index 0000000..5562576
--- /dev/null
+++ b/Drex/DrexAppDelegate.h
@@ -0,0 +1,17 @@
+//
+// DrexAppDelegate.h
+// Drex
+//
+// Created by Filipp Lepalaan on 21.7.2011.
+// Copyright 2011 __MyCompanyName__. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface DrexAppDelegate : NSObject <NSApplicationDelegate> {
+ NSWindow *window;
+}
+
+@property (assign) IBOutlet NSWindow *window;
+
+@end