Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITSplashWindow.h
1 /*
2  *      ITKit
3  *      ITSplashWindow.h
4  *
5  *      Copyright (c) 2005 iThink Software
6  *
7  */
8
9 #import <Cocoa/Cocoa.h>
10
11 @interface ITSplashWindow : NSWindow {
12
13 }
14
15 @end