ScanAnimationView.h 250 B

1234567891011121314151617
  1. //
  2. // ScanAnimationView.h
  3. //
  4. //
  5. // Created by Megatron on 11/6/15.
  6. // Copyright © 2015 Megatron. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. // 二维码扫描动画
  10. @interface ScanAnimationView : UIView
  11. -(void)startScanAnimation;
  12. @end