ifish/Ifish/views/setViewCell/SetTimeCell.h

53 lines
1.6 KiB
Objective-C

//
// SetTimeCell.h
// Ifish
//
// Created by imac on 15/10/1.
// Copyright © 2015年 imac. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "FourControlbackMassge.h"
#import "SongNuoBackMassage.h"
#import "SongNuoBDProtocol.h"
@interface SetTimeCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *timeLabel;
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
@property (weak, nonatomic) IBOutlet UIButton *mySwitchButton;
@property (weak, nonatomic) IBOutlet UIButton *setHeaderBtn;
//六定时器
-(void)setSixTimercellBackAtIndext:(NSIndexPath *)indexPath;
//炫多
-(void)setTuToSetCellBackAtIndex:(NSIndexPath *)indexPath andName1:(NSString *)name1 andName2:(NSString *)name2 andName3:(NSString *)name3;
//四定时器
-(void)SetFourTimerBackAtIndex:(NSIndexPath *)indexPath;
//四控 八定时器
-(void)SetEightTimerBackAtIndex:(NSIndexPath *)indexPath;
-(void)SetEightTimerSwitchAtIndex:(NSIndexPath *)indexPath WithBacmodel:(FourControlbackMassge *)backmodel;
//松诺 14 定时器
-(void)SetFourteenTimerSwitchAtIndex:(NSIndexPath *)indexPath WithBacmodel:(SongNuoBackMassage *)backmodel;
-(void)SetFourteenTimeCellBackAtIndex:(NSIndexPath *)indexPath;
//可丽爱
-(void)setFourControlSixTimerAtIndex:(NSIndexPath*)indexPath;
//睿芯 带温控
-(void)setRuSunControlSixTimerAtIndex:(NSIndexPath*)indexPath;
//松诺 86 字节BD
//小按钮状态
-(void)setSongNuoBDSwithState:(NSIndexPath *)indexPath WithBacmodel:(SongNuoBDProtocol *)backmodel;
//cell 背景
-(void)setSongNuoBDCellBackAtIndex:(NSIndexPath*)indexPath;
//睿芯 84 2a
-(void)setRuSunControl84biteAtIndex:(NSIndexPath*)indexPath currenmac:(NSString *)mac;
@end