DAMN YOU PROJECT BUILDER FOR IMPORTING ONLY FOUNDATION!!!
[ITKit.git] / ITSlideVerticallyWindowEffect.h
1 /*
2  *      ITKit
3  *  ITSlideVerticallyWindowEffect
4  *    Effect subclass which slides a window in from the top or bottom of the screen.
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 ITSlideVerticallyWindowEffect : ITWindowEffect <ITWindowEffect> {
20
21 }
22
23 @end