So I'm trying to register my custom class cell via (assuming TaskCell inherits from UITableViewCell)
self.dataSource.populateCellWithBlock { (cell: TaskCell, obj: NSObject) -> Void in
Although I get an error saying cannot convert value of type '(TaskCell, NSObject) -> Void' to expected argument type .... UITableViewCell, NSObject.