Remove class override of ListViewCell

This is broken in the new ios runtime.
This commit is contained in:
Jason Zhekov
2015-06-09 15:50:00 +03:00
parent 76490bdde4
commit 3907975577

View File

@@ -23,9 +23,6 @@ class ListViewCell extends UITableViewCell {
static new(): ListViewCell {
return <ListViewCell>super.new();
}
static class(): any {
return ListViewCell;
}
}
function notifyForItemAtIndex(listView: definition.ListView, cell: any, eventName: string, indexPath: NSIndexPath) {