Fairly large ITTSW checkin.
[ITKit.git] / ITCutWindowEffect.h
diff --git a/ITCutWindowEffect.h b/ITCutWindowEffect.h
new file mode 100755 (executable)
index 0000000..4826001
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ *     ITKit
+ *  ITCutWindowEffect
+ *    Effect subclass which performs a simple cut in or out, with no transition.
+ *
+ *  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>
+#import "ITWindowEffect.h"
+
+
+@interface ITCutWindowEffect : ITWindowEffect <ITWindowEffect> {
+
+}
+
+@end