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

16 lines
285 B
Objective-C

//
// searchDeviceModel.h
// Ifish
//
// Created by imac on 15/10/12.
// Copyright © 2015年 imac. All rights reserved.
//
#import "baseModel.h"
// 查询设备信息
@interface searchDeviceModel : baseModel
//全填充为00
@property(nonatomic,copy)NSString*crc16String;
@end