Files
ifish/Ifish/controllers/ConnectAauariumVC/ConAquarMethodVC.h
T
kai 9c0d42d796 连接界面修改
修改连接摄像头连接方式选择界面
2019-11-03 21:39:23 +08:00

24 lines
410 B
Objective-C

//
// ConAquarMethodVC.h
// Ifish
//
// Created by wbzhan on 2019/9/20.
// Copyright © 2019 lianlian. All rights reserved.
//
#import "BaseViewController.h"
#import "YooseeNextConnectViewController.h"
NS_ASSUME_NONNULL_BEGIN
/**
水族箱连接方式选择
*/
@interface ConAquarMethodVC : BaseViewController
//
@property (assign, nonatomic) SmartDeviceType deviceType;
@end
NS_ASSUME_NONNULL_END