15 #import <UIKit/UIKit.h> 17 @class PviewViewController;
19 NSTimer *animationTimer;
20 NSTimeInterval animationInterval;
22 @property (nonatomic, assign) NSTimer *animationTimer;
23 @property NSTimeInterval animationInterval;
25 - (void)startAnimation;
26 - (void)stopAnimation;