remove unused code
This commit is contained in:
parent
bfc59a0670
commit
a25e4c0eb4
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in New Issue