X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/5cbc248a68de115c0c10fda4a6896b47478000a8..cdaf08d75aed64cffcb54c908eb383b05dd92789:/ITSpinAndZoomWindowEffect.h diff --git a/ITSpinAndZoomWindowEffect.h b/ITSpinAndZoomWindowEffect.h new file mode 100755 index 0000000..5f923ec --- /dev/null +++ b/ITSpinAndZoomWindowEffect.h @@ -0,0 +1,23 @@ +/* + * ITKit + * ITSpinAndZoomWindowEffect + * Effect subclass which Spins (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 ITSpinAndZoomWindowEffect : ITWindowEffect { + +} + +@end