ShowBindVC.h 331 B

1234567891011121314151617
  1. //
  2. // ShowBindVC.h
  3. // jiaPei
  4. //
  5. // Created by EchoShacolee on 2018/2/8.
  6. // Copyright © 2018年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ShowBindVC : UIViewController
  10. //0.运管 (1qq 2微信 日后再议)
  11. @property(nonatomic,assign)NSInteger type;
  12. @property(nonatomic,copy)NSString *labNum;
  13. @end