Skip to content

Commit

Permalink
规范代码
Browse files Browse the repository at this point in the history
  • Loading branch information
jiachenmu committed May 12, 2016
1 parent 9e27337 commit 1fe4c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BeautifulDay/PersonCenterSingleCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class PersonCenterSingleCell: UICollectionViewCell {
imgView?.sd_setImageWithURL(NSURL(string: (model?.imageUrl)!), placeholderImage: UIImage(named: "placeHolder"))
likesCountLabel?.text = "\((model?.likeNumbers)!)喜欢"
}

}
}

Expand Down

0 comments on commit 1fe4c76

Please sign in to comment.