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