Files
ifish/Ifish/controllers/HotBar/IfishHotBarVc.h
T
wbzhan 23c5d6f60d V5.0.0正式版:
1、加热棒内容修改;
2、首页商品删除,更改为行业资讯;
3、绚多设备更名显示;
4、bugly更换为新版本;
5、摄像头显示bug修复;
6、开屏广告显示不全修复;
2019-08-23 16:11:17 +08:00

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