git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enabling garbage collection support.
[ITKit.git]
/
ITSplashWindow.h
diff --git
a/ITSplashWindow.h
b/ITSplashWindow.h
index
48c17e2
..
9ccc023
100644
(file)
--- a/
ITSplashWindow.h
+++ b/
ITSplashWindow.h
@@
-1,8
+1,15
@@
-/* ITSplashWindow */
+/*
+ * ITKit
+ * ITSplashWindow.h
+ *
+ * Copyright (c) 2005 iThink Software
+ *
+ */
#import <Cocoa/Cocoa.h>
#import <Cocoa/Cocoa.h>
-@interface ITSplashWindow : NSWindow
-{
+@interface ITSplashWindow : NSWindow
{
+
}
}
-@end
+
+@end
\ No newline at end of file