/*
* ITKit
- * ITZoomWindowEffect
- * Effect subclass which zooms (expands/shrinks) a window into position on the screen.
+ * ITZoomWindowEffect.h
*
- * Original Author : Kent Sutherland <ksutherland@ithinksw.com>
- * Responsibility : Kent Sutherland <ksutherland@ithinksw.com>
+ * Effect subclass which zooms a window into position on the screen.
*
- * Copyright (c) 2002 - 2004 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 iThink Software
*
*/
-
#import <Cocoa/Cocoa.h>
-#import "ITWindowEffect.h"
-
+#import <ITKit/ITWindowEffect.h>
-@interface ITZoomWindowEffect : ITWindowEffect <ITWindowEffect> {
+@interface ITZoomWindowEffect : ITWindowEffect {
}
-@end
+@end
\ No newline at end of file