This commit is contained in:
Max Sokolov 2015-11-27 18:46:19 +03:00
parent f319915a06
commit 19ae34f2f0
2 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public protocol ConfigurableCell {
func configureWithItem(item: Item)
}
extension ConfigurableCell where Self: UITableViewCell {
public extension ConfigurableCell where Self: UITableViewCell {
static func reusableIdentifier() -> String {