| 1234567891011121314151617 |
- //
- // ScanAnimationView.h
- //
- //
- // Created by Megatron on 11/6/15.
- // Copyright © 2015 Megatron. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- // 二维码扫描动画
- @interface ScanAnimationView : UIView
- -(void)startScanAnimation;
- @end
|