Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeeeen committed Aug 30, 2018
1 parent cb98616 commit ad2ea7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class YourCellModel: CellModel {
let title: String
let des: String

init(title: String, des: String, selectionHandler: @escaping SelectionHandler) {
init(title: String, des: String, selectionHandler: @escaping (Cell) -> Void) {
self.title = title
self.des = des
super.init(YourCell.self, selectionHandler: selectionHandler)
Expand Down

0 comments on commit ad2ea7c

Please sign in to comment.