Updating ITKit with additions to support Haven development.
[ITKit.git] / ITPivotWindowEffect.h
1 /*
2  *      ITKit
3  *      ITPivotWindowEffect.h
4  *
5  *      Effect subclass which pivots (rotates) a window into position on the screen.
6  *
7  *      Copyright (c) 2005 by iThink Software.
8  *      All Rights Reserved.
9  *
10  *      $Id$
11  *
12  */
13
14 #import <Cocoa/Cocoa.h>
15 #import <ITKit/ITWindowEffect.h>
16
17 @interface ITPivotWindowEffect : ITWindowEffect {
18
19 }
20
21 @end