ifish/Ifish/models/wifiModel/sendmaseegemodel/TimerSateModel.h

17 lines
404 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// 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