/*
* ITKit
- * ITSlideVerticallyWindowEffect
- * Effect subclass which slides a window in from the top or bottom of the screen.
+ * ITSlideVerticallyWindowEffect.h
*
- * Original Author : Matt Judy <mjudy@ithinksw.com>
- * Responsibility : Matt Judy <mjudy@ithinksw.com>
+ * Effect subclass which slides a window in from the top or bottom of the screen.
*
- * Copyright (c) 2002 - 2003 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
*
*/
-
#import <Cocoa/Cocoa.h>
+#import <ITKit/ITWindowEffect.h>
-
-@interface ITSlideVerticallyWindowEffect : ITWindowEffect <ITWindowEffect> {
+@interface ITSlideVerticallyWindowEffect : ITWindowEffect {
}
-@end
+@end
\ No newline at end of file