LHSIDCardScaningView.h 350 B

1234567891011121314151617
  1. //
  2. // LHSIDCardScaningView.h
  3. // 身份证识别
  4. //
  5. // Created by huashan on 2017/2/17.
  6. // Copyright © 2017年 LiHuashan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface LHSIDCardScaningView : UIView
  10. @property (nonatomic,assign) CGRect facePathRect;
  11. ///0:正而 1:反面
  12. @property (nonatomic) int cardType;
  13. -(void)loadImage;
  14. @end