--- /dev/null
+/*
+ * ITKit
+ * ITDissolveWindowEffect
+ * Effect subclass which performs a dissolve fade effect on a window.
+ *
+ * Original Author : Matt Judy <mjudy@ithinksw.com>
+ * Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *
+ * Copyright (c) 2002 - 2003 iThink Software.
+ * All Rights Reserved
+ *
+ */
+
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface ITDissolveWindowEffect : ITWindowEffect <ITWindowEffect> {
+
+}
+
+@end