44 lines
1.1 KiB
Objective-C
44 lines
1.1 KiB
Objective-C
//
|
|
// KeLiAiBackmassageDataUnity.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/5/23.
|
|
// Copyright © 2016年 imac. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "KeLiAiBackMassage.h"
|
|
@interface KeLiAiBackmassageDataUnity : NSObject
|
|
/**
|
|
* save soket massage control
|
|
*/
|
|
+(void)readSoketDataWithBaackMassgModel:(KeLiAiBackMassage*)Xutomodel
|
|
addWithBackData:(NSData*)data;
|
|
|
|
/**
|
|
* setTemperaturelabel
|
|
*/
|
|
+(void)setTemperaturelabel:(UILabel*)temperaturelabel
|
|
addbubleImge:(UIImageView*)bubleImg
|
|
WithBackData:(NSData*)data
|
|
addWithBackMassageModel:(KeLiAiBackMassage*)backModel
|
|
addWithTableview:(UITableView*)tableview;
|
|
|
|
/**
|
|
* light state
|
|
*/
|
|
|
|
+(void)resetKeLiAiButtonState:(UIButton*)light1
|
|
addlight2:(UIButton*)light2
|
|
addultravioletRay:(UIButton*)ultravioletRay
|
|
addWaterPump:(UIButton*)waterPump
|
|
addJiaRe:(UIButton*)jiaReBang
|
|
withBackModel:(KeLiAiBackMassage*)backModel;
|
|
|
|
/**
|
|
* refresh setViewData
|
|
*/
|
|
+(NSArray*)refreshKeLiAiTimerAddTemperatureWithBackMassageModel:(KeLiAiBackMassage*)backModel;
|
|
|
|
@end
|