Adding class to mappingObject.

This commit is contained in:
Christiano, Kevin 2019-06-11 14:47:52 -04:00
parent 9fb4c099b2
commit f3f645894d

View File

@ -38,7 +38,8 @@
@"checkbox": MVMCoreUICheckBox.class, @"checkbox": MVMCoreUICheckBox.class,
@"listItem": MoleculeTableViewCell.class, @"listItem": MoleculeTableViewCell.class,
@"switchLineItem": SwitchLineItem.class, @"switchLineItem": SwitchLineItem.class,
@"switch": Switch.class @"switch": Switch.class,
@"leftRightLabelView": LeftRightLabelView.class
} mutableCopy]; } mutableCopy];
}); });
return mapping; return mapping;