38 lines
1.0 KiB
Objective-C
38 lines
1.0 KiB
Objective-C
//
|
|
// TwoControlNinetyninebiteViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/3/7.
|
|
// Copyright © 2016年 imac. All rights reserved.
|
|
//
|
|
|
|
#import "FatherController.h"
|
|
/*
|
|
张工 两控 soket返回99 字节
|
|
*/
|
|
#import "Socketsingleton.h"
|
|
@interface TwoControlNinetyninebiteViewController : FatherController
|
|
{
|
|
BOOL _isHidden;
|
|
BOOL mySwitchIsOn;
|
|
|
|
}
|
|
|
|
@property(nonatomic,strong)NSArray*timeArr;
|
|
@property(nonatomic,strong)NSArray*titleArr;
|
|
@property(nonatomic)BOOL isAuto;// 自动模式
|
|
|
|
|
|
@property(nonatomic,strong)NSMutableArray*switchCellArr;
|
|
@property(nonatomic,strong)NSMutableArray*mySwitchButtonArry;
|
|
@property(nonatomic,strong)UIButton*mySwitchButton;
|
|
@property(nonatomic,strong)NSMutableArray*indexpatchArr;
|
|
@property(nonatomic,strong)NSArray*selcterTimerArr;
|
|
@property(nonatomic,strong)NSArray*selectorSwitchArr;// 时间段开关数组
|
|
@property(nonatomic)UIActivityIndicatorView*indicatorView;
|
|
-(void)addAlertView;
|
|
|
|
@property(nonatomic)int percent;
|
|
@property(nonatomic,strong) DeviceModel* currentdevice;
|
|
@end
|