|
//
|
|
// IfishBindDeviceSelectViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 2017/5/5.
|
|
// Copyright © 2017年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
/**
|
|
首页点击添加设备进入此添加设备页面
|
|
*/
|
|
@interface IfishBindDeviceSelectViewController : BaseViewController
|
|
|
|
@end
|