added ItemDetailView to molecule mapping.

This commit is contained in:
Christiano, Kevin 2019-05-24 12:58:48 -04:00
parent 3b66bcfdc3
commit 8c2b00657e

View File

@ -35,7 +35,8 @@
@"textField" : MFTextField.class,
@"checkbox" : MVMCoreUICheckBox.class,
@"switchLineItem" : SwitchLineItem.class,
@"switch" : Switch.class
@"switch" : Switch.class,
@"itemDetailView": ItemDetailView.class
} mutableCopy];
});
return mapping;