Merge branch 'feature/text_view_atom' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/text_view_atom

This commit is contained in:
Kevin G Christiano 2020-04-29 10:36:40 -04:00
commit 62678e33cd

View File

@ -179,9 +179,6 @@ import Foundation
MoleculeObjectMapping.shared()?.register(viewClass: ListDeviceComplexLinkSmall.self, viewModelClass: ListDeviceComplexLinkSmallModel.self)
MoleculeObjectMapping.shared()?.register(viewClass: ListDeviceComplexLinkMedium.self, viewModelClass: ListDeviceComplexLinkMediumModel.self)
// TODO: Need View
try? ModelRegistry.register(TabsModel.self)
// Helper models
try? ModelRegistry.register(RuleRequiredModel.self)
try? ModelRegistry.register(RuleAnyRequiredModel.self)