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