Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITCategory-NSApplication.h
1 /*
2  *      ITKit
3  *      ITCategory-NSApplication.h
4  *
5  *      Copyright (c) 2008 iThink Software
6  *
7  */
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface NSApplication (ITKitCategory)
12
13 - (NSString *)applicationName;
14
15 @end