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