2
0

CreateBarCodeViewController.h 431 B

12345678910111213141516
  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. @property (nonatomic, strong)NSString *conferenceUrl;
  13. @property (nonatomic, strong)NSString *conferenceTitle;
  14. @end