40 lines
1.1 KiB
Objective-C
40 lines
1.1 KiB
Objective-C
//
|
|
// KeLiAiBackMassage.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/5/23.
|
|
// Copyright © 2016年 imac. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
//返回 72字节
|
|
@interface KeLiAiBackMassage : NSObject
|
|
|
|
@property(nonatomic,copy) NSString *light1btn;
|
|
@property(nonatomic,copy) NSString *light2btn;
|
|
@property(nonatomic,copy) NSString *ultravioletRay;
|
|
@property(nonatomic,copy) NSString *pumpBtn;
|
|
@property(nonatomic,copy) NSString *timer1;
|
|
@property(nonatomic,copy) NSString *timer2;
|
|
@property(nonatomic,copy) NSString *timer3;
|
|
@property(nonatomic,copy) NSString *timer4;
|
|
@property(nonatomic,copy) NSString *timer5;
|
|
@property(nonatomic,copy) NSString *timer6;
|
|
@property(nonatomic,copy) NSString *heatStickState;
|
|
@property(nonatomic,copy) NSString *wendu;
|
|
// 加热温度
|
|
@property(nonatomic,copy) NSString *heatTemperature;
|
|
|
|
@property(nonatomic,copy) NSString *baojingSwitch;
|
|
|
|
@property(nonatomic,copy) NSString *miniTp;
|
|
|
|
@property(nonatomic,copy) NSString *maxTp;
|
|
|
|
//预留参数00
|
|
@property(nonatomic,copy)NSString *yuLiu;
|
|
|
|
@property(nonatomic,copy) NSString *funcCode;
|
|
|
|
@end
|