X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/2589c16f443dd6fe9df554eb533df464b5bb919b..7a218424c6a92eb4979564a7260f862edd46052d:/ITSlideVerticallyWindowEffect.h diff --git a/ITSlideVerticallyWindowEffect.h b/ITSlideVerticallyWindowEffect.h old mode 100755 new mode 100644 index fff3957..842c5d2 --- a/ITSlideVerticallyWindowEffect.h +++ b/ITSlideVerticallyWindowEffect.h @@ -1,22 +1,21 @@ /* * ITKit - * ITSlideVerticallyWindowEffect - * Effect subclass which slides a window in from the top or bottom of the screen. + * ITSlideVerticallyWindowEffect.h * - * Original Author : Matt Judy - * Responsibility : Matt Judy + * 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 +#import "ITWindowEffect.h" - -@interface ITSlideVerticallyWindowEffect : ITWindowEffect { +@interface ITSlideVerticallyWindowEffect : ITWindowEffect { } -@end +@end \ No newline at end of file