20 lines
313 B
Objective-C
20 lines
313 B
Objective-C
//
|
|
// IfishHotBarVc.h
|
|
// Ifish
|
|
//
|
|
// Created by 罗艺 on 2018/8/22.
|
|
// Copyright © 2018年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "DeviceModel.h"
|
|
#import "CenterViewController.h"
|
|
#import "IfishBaseVc.h"
|
|
|
|
/**
|
|
热流器页面详情
|
|
*/
|
|
@interface IfishHotBarVc :IfishBaseVc
|
|
|
|
@end
|