1234567891011121314151617181920212223242526272829 |
- #import <UIKit/UIKit.h>
- @interface LBXScanLineAnimation : UIImageView
- - (void)startAnimatingWithRect:(CGRect)animationRect InView:(UIView*)parentView Image:(UIImage*)image;
- - (void)stopAnimating;
- @end
|