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