Upgrading ITKit to Xcode 2.1 and fixing problems with
[ITKit.git] / ITAboutWindowController.h
diff --git a/ITAboutWindowController.h b/ITAboutWindowController.h
new file mode 100644 (file)
index 0000000..cfadc96
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ *     ITKit
+ *     ITAboutWindowController.h
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
+
+#import <Cocoa/Cocoa.h>
+
+@interface ITAboutWindowController : NSObject
+{
+       IBOutlet NSImageView *_appIcon;
+       IBOutlet NSTextField *_appName;
+       IBOutlet NSTextField *_companySite;
+       IBOutlet NSTextField *_copyright;
+       IBOutlet NSWindow *_window;
+}
++ (ITAboutWindowController *)sharedController;
+
+- (void)setupAboutWindow;
+- (void)showAboutWindow;
+- (BOOL)isVisible;
+@end
\ No newline at end of file