#import @interface ScannerOverlay : UIView @property(nonatomic) CGRect scanLineRect; - (void) startAnimating; - (void) stopAnimating; @end