X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/ae43c1a7ec8eaa7844c69d2bf648b777704cc51c..ee17fc263ed710648cfc5950a5bd603f8acacda2:/ITZoomWindowEffect.h diff --git a/ITZoomWindowEffect.h b/ITZoomWindowEffect.h new file mode 100755 index 0000000..9fc920e --- /dev/null +++ b/ITZoomWindowEffect.h @@ -0,0 +1,23 @@ +/* + * ITKit + * ITZoomWindowEffect + * Effect subclass which zooms (expands/shrinks) a window into position on the screen. + * + * Original Author : Kent Sutherland + * Responsibility : Kent Sutherland + * + * Copyright (c) 2002 - 2004 iThink Software. + * All Rights Reserved + * + */ + + +#import +#import "ITWindowEffect.h" + + +@interface ITZoomWindowEffect : ITWindowEffect { + +} + +@end