Checking in new window effect frame, so I can begin moving the guts into it. Also...
[ITKit.git] / ITPivotWindowEffect.m
diff --git a/ITPivotWindowEffect.m b/ITPivotWindowEffect.m
new file mode 100755 (executable)
index 0000000..7f0e627
--- /dev/null
@@ -0,0 +1,18 @@
+#import "ITPivotWindowEffect.h"
+
+
+@implementation ITPivotWindowEffect
+
+
+- (void)performAppear
+{
+    NSLog("ITPivotWindowEffect does not implement performAppear.");
+}
+
+- (void)performVanish
+{
+    NSLog("ITPivotWindowEffect does not implement performVanish.");
+}
+
+
+@end