From 3af69bdf381b9ab123ee6bb6ded07e06578f434a Mon Sep 17 00:00:00 2001 From: 单军华 <WindShan@danjunhuas-MacBook-Pro.local> Date: Fri, 20 Apr 2018 16:18:03 +0800 Subject: [PATCH] no message --- 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