ifish/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/FourControl/FourcontrolcanchangeImg/FourControlViewController.h

26 lines
717 B
Objective-C

//
// FourControlViewController.h
// Ifish
//
// Created by imac on 16/4/5.
// Copyright © 2016年 imac. All rights reserved.
//
#import "CenterViewController.h"
@interface FourControlViewController : CenterViewController
@property(nonatomic,strong)UIButton*button;
@property(nonatomic,strong)UIButton*light1Button;
@property(nonatomic,strong)UIButton*light2Button;
@property(nonatomic,strong)UIButton*light3Button;
@property(nonatomic,strong)UIButton*pumpButton;
@property(nonatomic,strong)UILabel*buttonNameLabel;
@property(nonatomic,strong)UILabel*light1name;
@property(nonatomic,strong)UILabel*light2name;
@property(nonatomic,strong)UILabel*light3name;
@property(nonatomic,strong)UILabel*pumpname;
@end