// // RunSun84biteCenterViewController.h // Ifish // // Created by imac on 2017/6/2. // Copyright © 2017年 lianlian. All rights reserved. // #import "CenterViewController.h" //睿芯独立 85 字节 原84 字节后新加 一 字节 加热制冷状态 @interface RunSun84biteCenterViewController : CenterViewController @property(nonatomic,strong)UIButton*button; @property(nonatomic,strong)UIButton *ch1Button; @property(nonatomic,strong)UIButton *ch2Button; @property(nonatomic,strong)UIButton *ch3Button; @property(nonatomic,strong)UIButton *ch4Button; @property(nonatomic,strong) UILabel *chName; @property(nonatomic,strong) UILabel *ch1Name; @property(nonatomic,strong) UILabel *ch2Name; @property(nonatomic,strong) UILabel *ch3Name; @property(nonatomic,strong) UILabel *ch4Name; //地柜等 USB灯 @property(nonatomic,strong) UILabel *guiDengName; //S5 只控制温度 @property(nonatomic,strong) UILabel *jiaReName; @property(nonatomic,strong)UIButton*guidengButton; @property(nonatomic,strong)UIButton*heatBtn; @property(nonatomic,strong) UILabel *hotcolLabe; @property(nonatomic,strong) UILabel *hotcolTempLabe; @end