From 94217b294ccd75a34787eb04d6e273e99536e45b Mon Sep 17 00:00:00 2001
From: 重庆迈尖科技有限公司
Date: 星期三, 30 一月 2019 15:12:32 +0800
Subject: [PATCH] no message

---
 BuWanVideo2.0/recommendView.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/BuWanVideo2.0/recommendView.h b/BuWanVideo2.0/recommendView.h
index 4174288..50405aa 100755
--- a/BuWanVideo2.0/recommendView.h
+++ b/BuWanVideo2.0/recommendView.h
@@ -7,7 +7,14 @@
 //
 
 #import <UIKit/UIKit.h>
+@class recommendView;
+@protocol recommendViewDelegate <NSObject>
+- (void)notHaveNetWork:(recommendView *)view;
+@end
 
 @interface recommendView : UIView
+@property (nonatomic , strong) NSMutableArray *dataHomeType;//鎺ㄨ崘鍒嗙被鏁版嵁
 
+@property (nonatomic,weak)id<recommendViewDelegate>delegate;
+-(void)loadDataFromFile;
 @end

--
Gitblit v1.8.0