ifish/Ifish/controllers/ConnectAauariumVC/ConAquarMethodVC.h

21 lines
304 B
Objective-C

//
// ConAquarMethodVC.h
// Ifish
//
// Created by wbzhan on 2019/9/20.
// Copyright © 2019 lianlian. All rights reserved.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
/**
水族箱连接方式选择
*/
@interface ConAquarMethodVC : BaseViewController
@end
NS_ASSUME_NONNULL_END