Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user