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