#import "ITSlideVerticallyWindowEffect.h" @implementation ITSlideVerticallyWindowEffect - (void)performAppear { NSLog(@"ITSlideVerticallyWindowEffect does not implement performAppear."); } - (void)performVanish { NSLog(@"ITSlideVerticallyWindowEffect does not implement performVanish."); } - (void)cancelAppear { NSLog(@"ITSlideVerticallyWindowEffect does not implement cancelAppear."); } - (void)cancelVanish { NSLog(@"ITSlideVerticallyWindowEffect does not implement cancelVanish."); } @end