X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/2589c16f443dd6fe9df554eb533df464b5bb919b..079b33aed3d1c849f1f46022040813d6394100f2:/ITSlideHorizontallyWindowEffect.m?ds=sidebyside diff --git a/ITSlideHorizontallyWindowEffect.m b/ITSlideHorizontallyWindowEffect.m index 5ba9550..c5f3fba 100755 --- a/ITSlideHorizontallyWindowEffect.m +++ b/ITSlideHorizontallyWindowEffect.m @@ -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."); }