Checking in new window effect frame, so I can begin moving the guts into it. Also...
[ITKit.git] / ITSlideVerticallyWindowEffect.h
diff --git a/ITSlideVerticallyWindowEffect.h b/ITSlideVerticallyWindowEffect.h
new file mode 100755 (executable)
index 0000000..fff3957
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ *     ITKit
+ *  ITSlideVerticallyWindowEffect
+ *    Effect subclass which slides a window in from the top or bottom of the screen.
+ *
+ *  Original Author : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2003 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
+
+#import <Cocoa/Cocoa.h>
+
+
+@interface ITSlideVerticallyWindowEffect : ITWindowEffect <ITWindowEffect> {
+
+}
+
+@end