no longer needed.
This commit is contained in:
parent
bb2464821e
commit
7019bdaa78
@ -25,55 +25,7 @@
|
|||||||
static dispatch_once_t onceToken;
|
static dispatch_once_t onceToken;
|
||||||
static NSMutableDictionary <NSString *, Class>*mapping;
|
static NSMutableDictionary <NSString *, Class>*mapping;
|
||||||
dispatch_once(&onceToken, ^{
|
dispatch_once(&onceToken, ^{
|
||||||
mapping = [@{
|
mapping = [@{} mutableCopy];
|
||||||
@"label": Label.class,
|
|
||||||
@"line": Line.class,
|
|
||||||
@"button": PrimaryButton.class,
|
|
||||||
@"link": MFTextButton.class,
|
|
||||||
@"header": HeaderView.class,
|
|
||||||
@"twoButtonView": TwoButtonView.class,
|
|
||||||
@"footer": FooterView.class,
|
|
||||||
@"caretView": CaretView.class,
|
|
||||||
@"caretLink": CaretButton.class,
|
|
||||||
@"digitTextField": DigitEntryField.class,
|
|
||||||
@"textField": TextEntryField.class,
|
|
||||||
@"mdnEntryField": MdnEntryField.class,
|
|
||||||
@"dropDown": ItemDropdownEntryField.class,
|
|
||||||
@"dateDropdownEntryField": DateDropdownEntryField.class,
|
|
||||||
@"checkbox": Checkbox.class,
|
|
||||||
@"checkboxLabel": CheckboxWithLabelView.class,
|
|
||||||
@"cornerLabels" : CornerLabels.class,
|
|
||||||
@"progressBar": ProgressBar.class,
|
|
||||||
@"circleProgress": GraphView.class,
|
|
||||||
@"multiProgressBar": MultiProgress.class,
|
|
||||||
@"radioButton": RadioButton.class,
|
|
||||||
@"radioButtonLabel": RadioButtonLabel.class,
|
|
||||||
@"listItem": MoleculeTableViewCell.class,
|
|
||||||
@"accordionListItem": AccordionMoleculeTableViewCell.class,
|
|
||||||
@"toggle": Toggle.class,
|
|
||||||
@"leftRightLabelView": LeftRightLabelView.class,
|
|
||||||
@"actionDetailWithImage": ActionDetailWithImage.class,
|
|
||||||
@"image": MFLoadImageView.class,
|
|
||||||
@"moduleMolecule": ModuleMolecule.class,
|
|
||||||
@"headlineBody": HeadlineBody.class,
|
|
||||||
@"carousel": Carousel.class,
|
|
||||||
@"carouselItem": MoleculeCollectionViewCell.class,
|
|
||||||
@"barsPager": MVMCoreUIPageControl.class,
|
|
||||||
@"scroller": Scroller.class,
|
|
||||||
@"imageHeadlineBody": ImageHeadlineBody.class,
|
|
||||||
@"labelToggle": LabelSwitch.class,
|
|
||||||
@"headlineBodyToggle": HeadlineBodySwitch.class,
|
|
||||||
@"headlineBodyLink": HeadlineBodyTextButton.class,
|
|
||||||
@"headlineBodyLinkToggle": HeadlineBodyTextButtonSwitch.class,
|
|
||||||
@"tabsListItem": TabsTableViewCell.class,
|
|
||||||
@"dropDownListItem": DropDownFilterTableViewCell.class,
|
|
||||||
@"headlineBodyButton": HeadlineBodyButton.class,
|
|
||||||
@"stackItem": MoleculeStackItem.class,
|
|
||||||
@"eyebrowHeadlineBodyLink": EyebrowHeadlineBodyLink.class,
|
|
||||||
@"headlineBodyCaretLinkImage" : HeadLineBodyCaretLinkImage.class,
|
|
||||||
@"doughnutChart": DoughnutChartView.class,
|
|
||||||
@"headLineBodyCaretLinkImage" : HeadLineBodyCaretLinkImage.class
|
|
||||||
} mutableCopy];
|
|
||||||
});
|
});
|
||||||
return mapping;
|
return mapping;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user