// // Xuanduo2DataUtility.h // Ifish // // Created by Alex on 2019/4/21. // Copyright © 2019 lianlian. All rights reserved. // #import #import "Xuanduo2Model.h" #import "Xuanduo2TimerModel.h" #import "IfishDeviceInfo.h" #import "xuanduo3fModel.h" NS_ASSUME_NONNULL_BEGIN @interface Xuanduo2DataUtility : NSObject +(void)readSocketDataWithBackMsgModel:(id)xuanduoModel addWithBackData:(NSData*)data type:(NSString*)type; +(void)readTimerSocketDataWithBackMsgModel:(Xuanduo2TimerModel*)xuanduoTimerModel addWithBackStr:(NSString*)dataStr type:(NSString*)type; +(void)resetNewXuanduoButtonState:(UIButton*)uvLightBtn gasPumpLight:(UIButton*)gasLightBtn light1:(UIButton*)light1Btn light2:(UIButton*)light2Btn waveLight:(UIButton*)waveLightBtn huliLight:(UIButton*)huliLightBtn waterLight:(UIButton*)waterLightBtn heatLight:(UIButton*)heatLightBtn withModel:(id)backModel type:(NSString*)type; +(void)readCycleSocketDataWithBackMsgModel:(XuanduoCycleModel*)xuanduoTimerModel addWithBackStr:(NSString*)dataStr type:(nonnull NSString *)type; @end NS_ASSUME_NONNULL_END