/me is a fucknaut
[ITKit.git] / ITSlideHorizontallyWindowEffect.m
index 5ba9550..c5f3fba 100755 (executable)
@@ -6,12 +6,22 @@
 
 - (void)performAppear
 {
-    NSLog("ITSlideHorizontallyWindowEffect does not implement performAppear.");
+    NSLog(@"ITSlideHorizontallyWindowEffect does not implement performAppear.");
 }
 
 - (void)performVanish
 {
-    NSLog("ITSlideHorizontallyWindowEffect does not implement performVanish.");
+    NSLog(@"ITSlideHorizontallyWindowEffect does not implement performVanish.");
+}
+
+- (void)cancelAppear
+{
+    NSLog(@"ITSlideHorizontallyWindowEffect does not implement cancelAppear.");
+}
+
+- (void)cancelVanish
+{
+    NSLog(@"ITSlideHorizontallyWindowEffect does not implement cancelVanish.");
 }