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