From 1fe4c76ff3b10c3380b952c25224ed7852cad8b4 Mon Sep 17 00:00:00 2001 From: jiachenmu <18700445453@163.com> Date: Thu, 12 May 2016 10:00:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeautifulDay/PersonCenterSingleCell.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/BeautifulDay/PersonCenterSingleCell.swift b/BeautifulDay/PersonCenterSingleCell.swift index fc4e434..b96d21c 100644 --- a/BeautifulDay/PersonCenterSingleCell.swift +++ b/BeautifulDay/PersonCenterSingleCell.swift @@ -20,7 +20,6 @@ class PersonCenterSingleCell: UICollectionViewCell { imgView?.sd_setImageWithURL(NSURL(string: (model?.imageUrl)!), placeholderImage: UIImage(named: "placeHolder")) likesCountLabel?.text = "\((model?.likeNumbers)!)喜欢" } - } }