Updating ITKit with additions to support Haven development.
[ITKit.git] / ITCategory-NSApplication.h
1 /*
2  *      ITKit
3  *      ITCategory-NSApplication.h
4  *
5  *      Copyright (c) 2008 by iThink Software.
6  *      All Rights Reserved.
7  *
8  *      $Id$
9  *
10  */
11
12 #import <Cocoa/Cocoa.h>
13
14 @interface NSApplication (ITKitCategory)
15
16 - (NSString *)applicationName;
17
18 @end