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