ifish/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/RuiMei/RuiMeiCHControl.h

19 lines
489 B
Objective-C

//
// RuiMeiCHControl.h
// Ifish
//
// Created by Minghao Xue on 2018/4/22.
// Copyright © 2018年 lianlian. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface RuiMeiCHControl : NSObject
@property (nonatomic,copy) NSString *ch1name;
@property (nonatomic,copy) NSString *ch2name;
@property (nonatomic,copy) NSString *ch3name;
@property (nonatomic,copy) NSString *ch4name;
@property (nonatomic,copy) NSString *jiaRe;
@property (nonatomic,copy) NSString *macAd;
@end