1、加热棒内容修改; 2、首页商品删除,更改为行业资讯; 3、绚多设备更名显示; 4、bugly更换为新版本; 5、摄像头显示bug修复; 6、开屏广告显示不全修复;
18 lines
259 B
Objective-C
18 lines
259 B
Objective-C
//
|
|
// IfishMainInfoCell.h
|
|
// Ifish
|
|
//
|
|
// Created by wbzhan on 2019/8/23.
|
|
// Copyright © 2019 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface IfishMainInfoCell : UITableViewCell
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|