Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITSpinAndZoomWindowEffect.h
1 /*
2  *      ITKit
3  *      ITSpinAndZoomWindowEffect.h
4  *
5  *      Effect subclass which spins and zooms a window into position on the screen.
6  *
7  *      Copyright (c) 2005 iThink Software
8  *
9  */
10
11 #import <Cocoa/Cocoa.h>
12 #import <ITKit/ITWindowEffect.h>
13
14 @interface ITSpinAndZoomWindowEffect : ITWindowEffect {
15
16 }
17
18 @end