removed method not needed

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-07-30 08:25:21 -05:00
parent 192509feef
commit 8215542ee7

View File

@ -27,12 +27,6 @@ import VDS
// MARK: - Lifecycle
//--------------------------------------------------
open override func setup() {
super.setup()
addTarget(self, action: #selector(selectBox), for: .touchUpInside)
}
public func viewModelDidUpdate() {
text = viewModel.text