features:新绚多设备灯的控制

This commit is contained in:
一只会编程的狮子
2019-04-25 00:35:53 +08:00
parent 083bbf164a
commit 4b74588759
7 changed files with 186 additions and 17 deletions
@@ -0,0 +1,20 @@
//
// XuanduoHuliModel.h
// Ifish
//
// Created by Alex on 2019/4/24.
// Copyright © 2019 lianlian. All rights reserved.
//
#import "baseModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface XuanduoHuliModel : baseModel
@property(nonatomic,copy)NSString*switchBtn;
@property(nonatomic,copy)NSString*crc16Str;
@end
NS_ASSUME_NONNULL_END