// // DetailTableViewCell.h // Haishenghai-master // // Created by GG on 2019/1/18. // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved. // #import @interface DetailTableViewCell : UITableViewCell @property(nonatomic,strong)UILabel *timeLabel; @property(nonatomic,strong)UIImageView *pointImg; @property(nonatomic,strong)UIView *line1; @property(nonatomic,strong)UIView *line2; @property(nonatomic,strong)UIImageView *bgImageView; @property(nonatomic,strong)UILabel *stateLabel; @property(nonatomic,strong)UILabel *signalLabel; @property(nonatomic,strong)UILabel *voltageLabel; @property(nonatomic,strong)UILabel *tempLabel; @end