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