/* SmoothViewAnimation.h This file is in the public domain. */ #import @interface SmoothViewAnimation : NSViewAnimation { @private NSWindow* iWindow; } @end