|
//
|
|
// IfishChatView.h
|
|
// Ifish
|
|
//
|
|
// Created by 罗艺 on 2018/8/27.
|
|
// Copyright © 2018年 lianlian. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface IfishChatView : UIView
|
|
@property(nonatomic,strong)NSArray*datas;
|
|
-(void)reloadHeater;//刷新流量状态
|
|
@end
|