flutter_barcode_reader/ios/Classes/ScannerOverlay.h

9 lines
165 B
Objective-C

#import <UIKit/UIKit.h>
@interface ScannerOverlay : UIView
@property(nonatomic) CGRect scanLineRect;
- (void) startAnimating;
- (void) stopAnimating;
@end