Files
ifish/Ifish/models/wifiModel/sendmaseegemodel/TimerSateModel.h
T
2017-08-15 16:59:01 +08:00

17 lines
404 B
Objective-C

//
// TimerSateModel.h
// Ifish
//
// Created by imac on 15/11/25.
// Copyright © 2015年 imac. All rights reserved.
//
#import <Foundation/Foundation.h>
//开关定时器指令
#import "baseModel.h"
@interface TimerSateModel :baseModel
@property(nonatomic,copy)NSString*timerNumber;
@property(nonatomic,copy)NSString*timerState;// 开01;关00
@property(nonatomic,copy)NSString*crc16String;
@end