21 lines
337 B
Objective-C
21 lines
337 B
Objective-C
//
|
|
// 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
|