X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/52fa41abc9d043a31d6cc4d8b05bf899beae949d..2589c16f443dd6fe9df554eb533df464b5bb919b:/ITPivotWindowEffect.h diff --git a/ITPivotWindowEffect.h b/ITPivotWindowEffect.h new file mode 100755 index 0000000..abe13e0 --- /dev/null +++ b/ITPivotWindowEffect.h @@ -0,0 +1,22 @@ +/* + * ITKit + * ITPivotWindowEffect + * Effect subclass which pivots (rotates) a window into position on the screen. + * + * Original Author : Matt Judy + * Responsibility : Matt Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ + + +#import + + +@interface ITPivotWindowEffect : ITWindowEffect { + +} + +@end