// // XuToCenterViewController.h // Ifish // // Created by imac on 16/4/21. // Copyright © 2016年 imac. All rights reserved. // #import "CenterViewController.h" #import "MBProgressHUD.h" /* *绚多 五控六定时器 */ @interface XuToCenterViewController : CenterViewController @property(nonatomic,strong) UIButton *XuToAirPump; @property(nonatomic,strong) UIButton *XuToLight1; @property(nonatomic,strong) UIButton *XuToLight2; @property(nonatomic,strong) UIButton *XuToHuli; @property(nonatomic,strong) UIButton *XuToWaterPump; @property(nonatomic,strong) UIButton *XuTOJiaRe; @property(nonatomic,strong) UIButton *btnControl; @property(nonatomic,strong) UILabel *temLabel; @property(nonatomic,strong) UIImageView *temperImage; //@property(nonatomic,strong)MBProgressHUD *HUD; @property(nonatomic,strong) UILabel *airName; @property(nonatomic,strong) UILabel *light1Name; @property(nonatomic,strong) UILabel *light2Name; @property(nonatomic,strong) UILabel *huLiName; @property(nonatomic,strong) UILabel *waterName; @property(nonatomic,strong) UILabel *jiaReName; @end