ifish/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/RuSunTemp/RuSunIndependence/RunSunCHNameCustom.h

19 lines
398 B
Objective-C

//
// RunSunCHNameCustom.h
// Ifish
//
// Created by imac on 2017/6/7.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "RunSunCHControl.h"
#import "RunSunControlName.h"
@interface RunSunCHNameCustom : NSObject
//睿芯独立 84 2a
+(void)saveCHname:(RunSunCHControl*)chModel;
+(RunSunCHControl *)currentdevice:(NSString *)macaddress;
@end