summaryrefslogtreecommitdiffstats
path: root/Drex/DrexAppDelegate.h
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-07-21 08:53:06 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-07-21 08:53:06 +0300
commit0a7672767748f104919b100c6fc64b05b911434e (patch)
tree258d52ec9d89a1b3a061f694fcbea9a53bdc0052 /Drex/DrexAppDelegate.h
downloadDrex-0a7672767748f104919b100c6fc64b05b911434e.tar.gz
Drex-0a7672767748f104919b100c6fc64b05b911434e.tar.bz2
Drex-0a7672767748f104919b100c6fc64b05b911434e.zip
Initial CommitHEADmaster
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