mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-15 19:39:23 +08:00
9 lines
165 B
C
9 lines
165 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface ScannerOverlay : UIView
|
||
|
@property(nonatomic) CGRect scanLineRect;
|
||
|
|
||
|
- (void) startAnimating;
|
||
|
- (void) stopAnimating;
|
||
|
@end
|