added ItemDetailView to molecule mapping.
This commit is contained in:
parent
3b66bcfdc3
commit
8c2b00657e
@ -35,7 +35,8 @@
|
|||||||
@"textField" : MFTextField.class,
|
@"textField" : MFTextField.class,
|
||||||
@"checkbox" : MVMCoreUICheckBox.class,
|
@"checkbox" : MVMCoreUICheckBox.class,
|
||||||
@"switchLineItem" : SwitchLineItem.class,
|
@"switchLineItem" : SwitchLineItem.class,
|
||||||
@"switch" : Switch.class
|
@"switch" : Switch.class,
|
||||||
|
@"itemDetailView": ItemDetailView.class
|
||||||
} mutableCopy];
|
} mutableCopy];
|
||||||
});
|
});
|
||||||
return mapping;
|
return mapping;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user