Checking in new window effect frame, so I can begin moving the guts into it. Also...
[ITKit.git] / ITDissolveWindowEffect.h
1 /*
2  *      ITKit
3  *  ITDissolveWindowEffect
4  *    Effect subclass which performs a dissolve fade effect on a window.
5  *
6  *  Original Author : Matt Judy <mjudy@ithinksw.com>
7  *   Responsibility : Matt Judy <mjudy@ithinksw.com>
8  *
9  *  Copyright (c) 2002 - 2003 iThink Software.
10  *  All Rights Reserved
11  *
12  */
13
14
15 #import <Cocoa/Cocoa.h>
16
17
18 @interface ITDissolveWindowEffect : ITWindowEffect <ITWindowEffect> {
19
20 }
21
22 @end