X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/daa3d05d095cb6ff6038a9c1ed9ccd0e15ef468e..956cd3a65d5db0783f21b732aba63316bfb77fbe:/ITWindowEffect.m diff --git a/ITWindowEffect.m b/ITWindowEffect.m index 9eb75a6..d485df5 100755 --- a/ITWindowEffect.m +++ b/ITWindowEffect.m @@ -48,6 +48,16 @@ } } +- (float)effectTime +{ + return _effectTime; +} + +- (void)setEffectTime:(float)newTime +{ + _effectTime = newTime; +} + - (void)performAppear { NSLog(@"ITWindowEffect does not implement performAppear.");