Changed controlKey display character, per Alex's request.
[ITKit.git] / ITSplashWindow.h
1 /*
2  *      ITKit
3  *      ITSplashWindow.h
4  *
5  *      Copyright (c) 2005 by iThink Software.
6  *      All Rights Reserved.
7  *
8  *      $Id$
9  *
10  */
11
12 #import <Cocoa/Cocoa.h>
13
14 @interface ITSplashWindow : NSWindow {
15
16 }
17
18 @end