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