missing comma

This commit is contained in:
Pfeil, Scott Robert 2019-06-21 13:04:39 -04:00
parent e8b9de6d35
commit cb03232a13

View File

@ -43,7 +43,7 @@
@"listItem": MoleculeTableViewCell.class, @"listItem": MoleculeTableViewCell.class,
@"switchLineItem": SwitchLineItem.class, @"switchLineItem": SwitchLineItem.class,
@"switch": Switch.class, @"switch": Switch.class,
@"image": MFLoadImageView.class @"image": MFLoadImageView.class,
@"leftRightLabelView": LeftRightLabelView.class @"leftRightLabelView": LeftRightLabelView.class
} mutableCopy]; } mutableCopy];
}); });