mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #301 from NativeScript/jasssonpet/fix-cuteness
Remove class override of ListViewCell
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user