mirror of
https://github.com/simplezhli/flutter_barcode_reader.git
synced 2024-11-15 11:49:20 +08:00
1074ab990a
Includes a scanner window and pulsing scan line
9 lines
165 B
Objective-C
9 lines
165 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface ScannerOverlay : UIView
|
|
@property(nonatomic) CGRect scanLineRect;
|
|
|
|
- (void) startAnimating;
|
|
- (void) stopAnimating;
|
|
@end
|