diff --git a/ui/list-view/list-view.ios.ts b/ui/list-view/list-view.ios.ts index 779d33cef..20411fe62 100644 --- a/ui/list-view/list-view.ios.ts +++ b/ui/list-view/list-view.ios.ts @@ -23,9 +23,6 @@ class ListViewCell extends UITableViewCell { static new(): ListViewCell { return super.new(); } - static class(): any { - return ListViewCell; - } } function notifyForItemAtIndex(listView: definition.ListView, cell: any, eventName: string, indexPath: NSIndexPath) {