X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/52fa41abc9d043a31d6cc4d8b05bf899beae949d..2589c16f443dd6fe9df554eb533df464b5bb919b:/ITDissolveWindowEffect.m diff --git a/ITDissolveWindowEffect.m b/ITDissolveWindowEffect.m new file mode 100755 index 0000000..26e43e8 --- /dev/null +++ b/ITDissolveWindowEffect.m @@ -0,0 +1,18 @@ +#import "ITDissolveWindowEffect.h" + + +@implementation ITDissolveWindowEffect + + +- (void)performAppear +{ + NSLog("ITDissolveWindowEffect does not implement performAppear."); +} + +- (void)performVanish +{ + NSLog("ITDissolveWindowEffect does not implement performVanish."); +} + + +@end