X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/968b842462aa5bd05397b9a4653fd06621a1fb77..aa27430a07025ca3541a6cec108253830e822920:/ITAboutBox.h diff --git a/ITAboutBox.h b/ITAboutBox.h deleted file mode 100644 index c50e6e7..0000000 --- a/ITAboutBox.h +++ /dev/null @@ -1,26 +0,0 @@ -// -// ITAboutBox.h -// ITKit -// -// Created by Kent Sutherland on 8/4/05. -// Copyright 2005 __MyCompanyName__. All rights reserved. -// - -#import - -@class ITURLTextField; - -@interface ITAboutBox : NSObject -{ - IBOutlet NSImageView *_appIcon; - IBOutlet NSTextField *_appName; - IBOutlet NSTextField *_companySite; - IBOutlet NSTextField *_copyright; - IBOutlet NSWindow *_window; -} -+ (ITAboutBox *)sharedController; - -- (void)setupAboutBox; -- (void)showAboutBox; -- (BOOL)isVisible; -@end