24 lines
410 B
Objective-C
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
|