From 89d748b77b478905732e60f0b4c5807c274b6565 Mon Sep 17 00:00:00 2001 From: 单军华 <WindShan@danjunhuas-MacBook-Pro.local> Date: Thu, 29 Mar 2018 16:33:57 +0800 Subject: [PATCH] 功能优化。广告UI 设计 --- pregnancy_guard/BaseProject/Views/Cell/SearchDeviceCell.h | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pregnancy_guard/BaseProject/Views/Cell/SearchDeviceCell.h b/pregnancy_guard/BaseProject/Views/Cell/SearchDeviceCell.h index d902952..07a55fa 100644 --- a/pregnancy_guard/BaseProject/Views/Cell/SearchDeviceCell.h +++ b/pregnancy_guard/BaseProject/Views/Cell/SearchDeviceCell.h @@ -7,12 +7,11 @@ // #import "BaseTableViewCell.h" -#import "DeviceSpareModel.h" @interface SearchDeviceCell : BaseTableViewCell /** ������������*/ -- (void)setItemView:(DeviceSpareModel *) model; +- (void)setItemView:(NSString *) bleName; @end -- Gitblit v1.8.0