DetailDeveceList_VC.h 492 B

1234567891011121314151617181920
  1. //
  2. // DetailDeveceList_VC.h
  3. // Haishenghai-master
  4. //
  5. // Created by GG on 2019/1/4.
  6. // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "Header.h"
  10. @interface DetailDeveceList_VC : UIViewController
  11. //rightTableview的数据源
  12. @property (nonatomic, strong) NSMutableArray *dataArray;
  13. /** 详情和删除 */
  14. @property (nonatomic,strong)UILabel *confirmDeleteLable;
  15. @property(nonatomic,strong)NSString *siteID;
  16. @end