21 lines
528 B
Objective-C
21 lines
528 B
Objective-C
//
|
|
// RunSunCHControl.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/6/5.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface RunSunCHControl : 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 *guideng;
|
|
@property (nonatomic,copy) NSString *jiaRe;
|
|
@property (nonatomic,copy) NSString *macAd;
|
|
|
|
@end
|