Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITDissolveWindowEffect.h
1 /*
2  *      ITKit
3  *      ITDissolveWindowEffect.h
4  *
5  *      Effect subclass which performs a dissolve fade effect on a window.
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 "ITWindowEffect.h"
16
17 @interface ITDissolveWindowEffect : ITWindowEffect {
18
19 }
20
21 @end