DAMN YOU PROJECT BUILDER FOR IMPORTING ONLY FOUNDATION!!!
[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 #import "ITWindowEffect.h"
17
18
19 @interface ITDissolveWindowEffect : ITWindowEffect <ITWindowEffect> {
20
21 }
22
23 @end