remove unused code

This commit is contained in:
Max Sokolov 2016-10-03 13:54:47 +03:00
parent bfc59a0670
commit a25e4c0eb4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class MainController: UIViewController {
}
}
let rows: [Row] = [
let rows = [
TableRow<String, ConfigurableTableViewCell>(item: "Autolayout cells", actions: [clickAction]),
TableRow<String, ConfigurableTableViewCell>(item: "Nib cells", actions: [clickAction])