Updating ITKit with additions to support Haven development.
[ITKit.git] / ITCategory-NSApplication.h
diff --git a/ITCategory-NSApplication.h b/ITCategory-NSApplication.h
new file mode 100644 (file)
index 0000000..953c281
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ *     ITKit
+ *     ITCategory-NSApplication.h
+ *
+ *     Copyright (c) 2008 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
+
+#import <Cocoa/Cocoa.h>
+
+@interface NSApplication (ITKitCategory)
+
+- (NSString *)applicationName;
+
+@end