Registered DashLine with Molecule Mapper.

This commit is contained in:
Christiano, Kevin 2019-03-19 13:29:41 -04:00
parent a5ff57f65c
commit 17eb09ef42

View File

@ -28,7 +28,8 @@
@"standardHeader": StandardHeaderView.class, @"standardHeader": StandardHeaderView.class,
@"moleculeStack": MoleculeStackView.class, @"moleculeStack": MoleculeStackView.class,
@"twoButtonView": PrimaryButtonView.class, @"twoButtonView": PrimaryButtonView.class,
@"standardFooter": StandardFooterView.class @"standardFooter": StandardFooterView.class,
@"dashLine": DashLine.class
} mutableCopy]; } mutableCopy];
}); });
return mapping; return mapping;