From de88ae127e305e0b153c327b073645f9353cace5 Mon Sep 17 00:00:00 2001
From: 单军华 <WindShan@danjunhuas-MacBook-Pro.local>
Date: Wed, 18 Apr 2018 16:51:07 +0800
Subject: [PATCH] 新功能修改

---
 pregnancy_guard/BaseProject/Views/Cell/MusicPlayCell.h |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/pregnancy_guard/BaseProject/Views/Cell/MusicPlayCell.h b/pregnancy_guard/BaseProject/Views/Cell/MusicPlayCell.h
index b816e12..eeebc3d 100644
--- a/pregnancy_guard/BaseProject/Views/Cell/MusicPlayCell.h
+++ b/pregnancy_guard/BaseProject/Views/Cell/MusicPlayCell.h
@@ -7,22 +7,24 @@
 //
 
 #import "BaseTableViewCell.h"
-#import "HotelAccount.h"
+#import "MusicModel.h"
 
 @protocol musicPlayDelegate <NSObject>
 
 @optional
 
-- (void)musicPlaySection:(HotelAccount*)model;
+- (void)musicPlaySection:(MusicModel*)model;
 
 @end
 
 @interface MusicPlayCell : BaseTableViewCell
 
 @property(nonatomic, assign)id<musicPlayDelegate>            delegate;
-@property(nonatomic, strong) HotelAccount*   model;
+@property(nonatomic, strong) MusicModel*   model;
 
 /** ������������*/
-- (void)setItemView:(HotelAccount *) model;
+- (void)setItemView:(MusicModel *) model;
+- (void)setItemView:(MusicModel *) model setName:(NSString*)name;
 
 @end
+

--
Gitblit v1.8.0