CreateBarCodeViewController.h 321 B

1234567891011121314
  1. //
  2. // CreateBarCodeViewController.h
  3. // LBXScanDemo
  4. //
  5. // Created by lbxia on 2017/1/5.
  6. // Copyright © 2017年 lbx. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CreateBarCodeViewController : UIViewController
  10. @property (nonatomic, assign)int qrType;
  11. @property (nonatomic, strong)NSString *target;
  12. @end