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