26e43e8bd18e2403e748deaed1eb8b7b127b155d
[ITKit.git] / ITDissolveWindowEffect.m
1 #import "ITDissolveWindowEffect.h"
2
3
4 @implementation ITDissolveWindowEffect
5
6
7 - (void)performAppear
8 {
9     NSLog("ITDissolveWindowEffect does not implement performAppear.");
10 }
11
12 - (void)performVanish
13 {
14     NSLog("ITDissolveWindowEffect does not implement performVanish.");
15 }
16
17
18 @end