From 64b0493e4bd40c46e341fd5de9f1862998c431b0 Mon Sep 17 00:00:00 2001 From: lijunda <475576921@qq.com> Date: Thu, 16 Aug 2018 16:35:30 +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