18 lines
356 B
Objective-C
18 lines
356 B
Objective-C
//
|
|
// RuiMeiCHNameCustom.h
|
|
// Ifish
|
|
//
|
|
// Created by Minghao Xue on 2018/4/22.
|
|
// Copyright © 2018年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "RuiMeiCHControl.h"
|
|
|
|
@interface RuiMeiCHNameCustom : NSObject
|
|
|
|
+(void)saveCHname:(RuiMeiCHControl*)chModel;
|
|
+(RuiMeiCHControl *)currentdevice:(NSString *)macaddress;
|
|
|
|
@end
|