历史流量记录改版

This commit is contained in:
wbzhan
2019-09-11 10:51:36 +08:00
parent b871a24c4e
commit 672e8cf92f
11 changed files with 199 additions and 142 deletions
@@ -11,4 +11,5 @@
@interface IfishChatView : UIView
@property(nonatomic,strong)NSArray*datas;
-(void)reloadHeater;//刷新流量状态
-(void)loadDatasWithArray:(NSArray *)dataArray;
@end