19 lines
441 B
Objective-C
19 lines
441 B
Objective-C
//
|
|
// RunSunControlName.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/6/13.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface RunSunControlName : NSObject
|
|
@property (nonatomic,copy) NSString *light1;
|
|
@property (nonatomic,copy) NSString *light2;
|
|
@property (nonatomic,copy) NSString *pump;
|
|
@property (nonatomic,copy) NSString *JiaRe;
|
|
@property (nonatomic,copy) NSString *macAddress;
|
|
|
|
@end
|