changing separator to line mapping as per server and Android confirmation.

This commit is contained in:
Khan, Arshad 2019-09-30 22:01:11 +05:30
parent c7978c52c9
commit fe7fb2db03

View File

@ -27,7 +27,7 @@
dispatch_once(&onceToken, ^{
mapping = [@{
@"label": Label.class,
@"separator": SeparatorView.class,
@"line": SeparatorView.class,
@"button": ButtonView.class,
@"textButton": MFTextButton.class,
@"header": StandardHeaderView.class,