Files
ifish/Ifish/controllers/IfishYooseeFile/IfishYooseeControlller/yooseFishTankView/YseeCollectionCell/FishControlFourthCell.h
T

101 lines
3.4 KiB
Objective-C

//
// FishControlFourthCell.h
// Ifish
//
// Created by imac on 16/6/29.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BackmassegeModel.h"
#import "TwoControlBackmsgmodel.h"
#import "FourControlbackMassge.h"
#import "XutoBackMsgModel.h"
#import "SongNuoBackMassage.h"
#import "KeLiAiBackMassage.h"
#import "RuSunProtocol.h"
#import "SongNuoBDProtocol.h"
#import "RunSun84Protocol.h"
#import "RuiMeiProtocolModel.h"
#import "Xuanduo2Model.h"
@interface FishControlFourthCell : UICollectionViewCell
@property(nonatomic,strong) UIImageView *controBtnImg;
@property (nonatomic,strong) UILabel *btnName;
//三控71(新通用) 和 最早99 字节
-(void)setBtnImgWith:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(BackmassegeModel *)model;
//两控57字节 新通用
-(void)setTwoControlBtnImgWith:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(TwoControlBackmsgmodel *)model;
//两控 早期版本 99字节
-(void)setTwoCOntrolImg:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(BackmassegeModel *)model;
//4控制 8定时器
-(void)setFourControlBtnImgWith:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(FourControlbackMassge *)model;
//可丽爱 4控制 6定时器
-(void)setKeLiAiBtnImgWith:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(KeLiAiBackMassage *)model;
//炫多
-(void)setXuanduoControlBtnImg:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(XutoBackMsgModel *)model;
//新绚多
-(void)setXuanduo2ControBtnImg:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(Xuanduo2Model*)model;
//松诺
-(void)setSongNuoControlBtnImg:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(SongNuoBackMassage*)model;
//睿芯 三控温控
-(void)setRusuanTmpControlBtnImg:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(RuSunProtocol*)model;
-(void)setRusuan84ControlBtnImg:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(RunSun84Protocol*)model;
-(void)setSongNuoBDControBtnImg:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(SongNuoBDProtocol*)model;
// 瑞美
-(void)setRuiMeiControlBtnImg:(NSArray *)imgOffArr
addArr:(NSArray *)imgOnArr
atIndex:(NSIndexPath *)indexPath
addBackModel:(RuiMeiProtocolModel*)model;
@end