18 lines
334 B
Objective-C
18 lines
334 B
Objective-C
//
|
|
// songNuoLightModel.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/6/7.
|
|
// Copyright © 2016年 imac. All rights reserved.
|
|
//
|
|
|
|
#import "baseModel.h"
|
|
|
|
@interface songNuoLightModel : baseModel
|
|
|
|
@property(nonatomic,copy)NSString*lightNumber;
|
|
@property(nonatomic,copy)NSString*switchBtn;
|
|
@property(nonatomic,copy)NSString*crc16Str;
|
|
|
|
@end
|