12345678910111213141516171819 |
- #import <QuartzCore/QuartzCore.h>
- @interface CALayer (PKDownloadButtonAnimations)
- - (void)addRotationAnimationWithKey:(NSString *)animationKey
- fullRotationDuration:(NSTimeInterval)fullRotationDuration;
- - (void)removeRotationAnimationWithKey:(NSString *)animationKey;
- - (void)removeRotationAnimationWithKey:(NSString *)animationKey
- fullRotationDuration:(NSTimeInterval)fullRotationDuration;
- @end
|