X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/7258eefd9885c903817ec277fe611aff4b0ff5c6..079b33aed3d1c849f1f46022040813d6394100f2:/ITSlideVerticallyWindowEffect.m diff --git a/ITSlideVerticallyWindowEffect.m b/ITSlideVerticallyWindowEffect.m index 8c27b42..143e079 100755 --- a/ITSlideVerticallyWindowEffect.m +++ b/ITSlideVerticallyWindowEffect.m @@ -14,5 +14,15 @@ NSLog(@"ITSlideVerticallyWindowEffect does not implement performVanish."); } +- (void)cancelAppear +{ + NSLog(@"ITSlideVerticallyWindowEffect does not implement cancelAppear."); +} + +- (void)cancelVanish +{ + NSLog(@"ITSlideVerticallyWindowEffect does not implement cancelVanish."); +} + @end