24 lines
621 B
Objective-C
24 lines
621 B
Objective-C
//
|
|
// SongNuo128Name.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/6/14.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface SongNuo128Name : NSObject
|
|
@property (nonatomic,copy) NSString *light1;
|
|
@property (nonatomic,copy) NSString *light2;
|
|
@property (nonatomic,copy) NSString *waterPump;
|
|
@property (nonatomic,copy) NSString *airPump;
|
|
|
|
@property (nonatomic,copy) NSString *uVPump;
|
|
@property (nonatomic,copy) NSString *wave;
|
|
@property (nonatomic,copy) NSString *beiYong;
|
|
@property (nonatomic,copy) NSString *jiaRe;
|
|
@property (nonatomic,copy) NSString *macAddress;
|
|
|
|
@end
|