X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/2589c16f443dd6fe9df554eb533df464b5bb919b..7258eefd9885c903817ec277fe611aff4b0ff5c6:/ITSlideVerticallyWindowEffect.m diff --git a/ITSlideVerticallyWindowEffect.m b/ITSlideVerticallyWindowEffect.m index 13fa2bc..8c27b42 100755 --- a/ITSlideVerticallyWindowEffect.m +++ b/ITSlideVerticallyWindowEffect.m @@ -6,12 +6,12 @@ - (void)performAppear { - NSLog("ITSlideVerticallyWindowEffect does not implement performAppear."); + NSLog(@"ITSlideVerticallyWindowEffect does not implement performAppear."); } - (void)performVanish { - NSLog("ITSlideVerticallyWindowEffect does not implement performVanish."); + NSLog(@"ITSlideVerticallyWindowEffect does not implement performVanish."); }