CXTDT-598142 - RadioButton fix

QA3||MVA||Prepay||IOS - 22053||Devices||From Add device screen

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-08-08 15:31:17 -05:00
parent 5eca67fe0f
commit d308bfc957

View File

@ -144,11 +144,6 @@ import VDS
//--------------------------------------------------
// MARK: - MoleculeViewProtocol
//--------------------------------------------------
open func needsToBeConstrained() -> Bool { true }
public func horizontalAlignment() -> UIStackView.Alignment { .leading }
public func updateView(_ size: CGFloat) {}
}