update readme

This commit is contained in:
Max Sokolov 2016-06-15 20:42:53 +03:00
parent a2f8bdde30
commit d01c6c7fba
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class StringTableViewCell: UITableViewCell, ConfigurableCell {
typealias T = String
func configure(string: T) {
func configure(string: T, isPrototype: Bool) {
titleLabel.text = string
}