X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/2589c16f443dd6fe9df554eb533df464b5bb919b..7258eefd9885c903817ec277fe611aff4b0ff5c6:/ITSlideHorizontallyWindowEffect.m diff --git a/ITSlideHorizontallyWindowEffect.m b/ITSlideHorizontallyWindowEffect.m index 5ba9550..74673d2 100755 --- a/ITSlideHorizontallyWindowEffect.m +++ b/ITSlideHorizontallyWindowEffect.m @@ -6,12 +6,12 @@ - (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."); }