5 // Created by Matt L. Judy on Sat Mar 01 2003.
6 // Copyright (c) 2003 NibFile.com. All rights reserved.
9 #import "ITWindowEffect.h"
12 @implementation ITWindowEffect
15 - (id)initWithWindow:(NSWindow *)window
25 - (void)setWindow:(NSWindow *)newWindow
32 NSLog("ITWindowEffect does not implement performAppear.");
37 NSLog("ITWindowEffect does not implement performVanish.");