From d01c6c7fbaa7d7dd5fad6f84d9a6321197b0398a Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Wed, 15 Jun 2016 20:42:53 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f02666..3b56f80 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ class StringTableViewCell: UITableViewCell, ConfigurableCell { typealias T = String - func configure(string: T) { + func configure(string: T, isPrototype: Bool) { titleLabel.text = string }