added to molecule list

This commit is contained in:
Pfeil, Scott Robert 2019-05-24 09:45:42 -04:00
parent cf4af8731e
commit b03fa77dfd

View File

@ -33,8 +33,9 @@
@"standardFooter": StandardFooterView.class,
@"caretView": CaretView.class,
@"caretButton": CaretButton.class,
@"textField" : MFTextField.class,
@"checkbox" : MVMCoreUICheckBox.class
@"textField": MFTextField.class,
@"checkbox": MVMCoreUICheckBox.class,
@"listItem": MoleculeTableViewCell.class
} mutableCopy];
});
return mapping;